COLOR #09A234

HEX: #09A234
RGB: (9,162,52)

Color info

#09A234 contains mainly green color. Web safe color of #09A234 is #009933 (or #093).

RGB color model

#09A234 color RGB value is (9,162,52).

  • red value is 9;
  • green value is 162;
  • blue value is 52.
RGB:
(9,162,52)
(4%,64%,20%)

RGB channels and saturation

R 9 of 255 = 4%
G 162 of 255 = 64%
B 52 of 255 = 20%

9
162
52

R + G + B ~ 29%. #09A234 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 162 + 52 = 223 (100%)
R 9 of 223 ~ 4.04%
G 162 of 223 ~ 72.65%
B 52 of 223 ~ 23.32%

%72.65
%23.32

CMYK color model

#09A234 color CMYK value is (94,0,68,36).

  • cyan value is 94.44%
  • magenta value is 0.00%
  • yellow value is 67.90%
  • key color value is 36.47%
CMYK:
(94,0,68,36)
C94M0Y68K36 
(94%,0%,68%,36%)
(0.94/0.00/0.68/0.36)	

CMYK percentages

%94.44
%0
%67.9
%36.47

Codes

Color #09A234 in popluar color models

09A234
RGB916252
HSL137°89.47%33.53%
HSB/HSV137°94.44%63.53%
CMYK94.44%0.00%67.90%
36.47%

Color #09A234 in popluar number systems.

HEX09A234
Decimal916252
Binary100110100010110100
Octal1124264

Shades and tints

Shades of #09A234

#09A234
(9,162,52)
#099430
(9,148,48)
#09862C
(9,134,44)
#097828
(9,120,40)
#096A24
(9,106,36)
#095C20
(9,92,32)
#094E1C
(9,78,28)
#094018
(9,64,24)
#093214
(9,50,20)
#092410
(9,36,16)
#09160C
(9,22,12)
#000000
(0,0,0)

Tints of #09A234

#09A234
(9,162,52)
#1FAA46
(31,170,70)
#35B258
(53,178,88)
#4BBA6A
(75,186,106)
#61C27C
(97,194,124)
#77CA8E
(119,202,142)
#8DD2A0
(141,210,160)
#A3DAB2
(163,218,178)
#B9E2C4
(185,226,196)
#CFEAD6
(207,234,214)
#E5F2E8
(229,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09A234 color. Also use rgb(9,162,52) instead hex code.

Text Font Color

.myTextColor { color: #09A234; }

<p style="color:#09A234">This sample text font color is #09A234.</p>

This text font color is #09A234.


Background Color

.myBgColor { background-color: #09A234; }

<div style="background-color:#09A234">Inner text</div>

This div background color is #09A234.


Border color

.myBorderColor { border: 1px solid #09A234; }

<div style="border:3px solid #09A234">Div</div>

This div border color is #09A234.


Opacity

.myOpacity80 { color: #09A234; opacity: 0.8; }

<p style="color:#09A234;opacity:0.8;">80%</p>

Text with #09A234 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #09A234;}

<p style="text-shadow: 3px 3px 1px #09A234">Text here.</p>

This text has shadow with #09A234 color.

.textShadow {text-shadow: 3px 3px 1px #09A234, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #09A234, 5px 5px 20px red">Text here.</p>

This text has shadow with #09A234 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#09A234, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#09A234, Direction=45, Strength=4)">Text</p>

This text has shadow with #09A234 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #09A234;
  -webkit-box-shadow:	1px 1px 3px 2px #09A234;
  box-shadow:		1px 1px 3px 2px #09A234;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #09A234;
-webkit-box-shadow: 1px 1px 3px 2px #09A234;
box-shadow:1px 1px 3px 2px #09A234;">
Div content here</div>
This div box has shadow with color #09A234.

Preview

Color preview on black background

This text has color #09A234 on black background.


Color preview on white background

This text has color #09A234 on white background.



Black color preview on #09A234 background

This text has black color on #09A234 background.


White color preview on #09A234 background

This text has white color on #09A234 background.