Html Css Color HEX #12AA26 Forest Green

📋 copy color: '#12AA26'

red 18 ◦ green 170 ◦ blue 38

#12AA26
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #12AA26

Tints of Forest Green #12AA26

RGB

 RED value IS 18 (7.42% from 255) = 7.96%

 GREEN value IS 170 (66.8% from 255) = 75.22%

 BLUE value IS 38 (15.23% from 255) = 16.81%

R = 7.96%
G = 75.22%
B = 16.81%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#12AA26 (or 0x12AA26) is known color: Forest Green. HEX triplet: 12, AA and 26. RGB value is (18,170,38). Sum of RGB (Red+Green+Blue) = 18+170+38=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 170 (66.80% from 255 or 75.22% from 226); Blue value is 38 (15.23% from 255 or 16.81% from 226); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA26 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AA26 is #ED55D9. Grayscale: #6D6D6D. Windows color (decimal): -15554010 or 2533906. OLE color: 2533906.

HSL color Cylindrical-coordinate representation of color #12AA26: hue angle of 127.89º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12AA26 is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 170 38 -
CMYK 0.89 0 0.78 0.33
HSL 127.89º 0.81% 0.37% -
HSV(B) 127.89º 0.89% 0.67% -
XYZ 14.97 29.02 6.65 -
YUV 109.5 87.64 62.73 -
System Red Green Blue C M Y K H S L
Decimal 18 170 38 0.89 0 0.78 0.33 127.89 0.81 0.37
Hex 12 AA 26 59 0 4E 21 80 51 25
Octal 22 252 46 131 0 116 41 200 121 45
Binary 10010 10101010 100110 1011001 0 1001110 100001 10000000 1010001 100101

Color Harmonies of #12AA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AA26

Black with #12AA26

Text Example


Text Example

White with #12AA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12AA26; }

 p { color: rgb(18,170,38); }

 H1.HeaderClassName
 {
   color: #12AA26;
 }
 .AnyTagClassName
 {
   color: #12AA26;
 }
</style>

background-color css

<style>
 a { background-color: #12AA26; }

 a { background-color: rgb(18,170,38); }

 div.DivClassName
 {
   background-color: #12AA26;
 }
 .BgClassName
 {
   background-color: #12AA26;
 }
</style>

border-color css

<style>
 span { border-color: #12AA26; }

 span { border-color: rgb(18,170,38); }

 td.TdClassName
 {
   border-color: #12AA26;
 }
 .TagClassName
 {
   border-color: #12AA26;
 }
</style>