Html Css Color HEX #12A117 Forest Green

📋 copy color: '#12A117'

red 18 ◦ green 161 ◦ blue 23

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

Shades of Forest Green #12A117

Tints of Forest Green #12A117

RGB

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

 GREEN value IS 161 (63.28% from 255) = 79.7%

 BLUE value IS 23 (9.38% from 255) = 11.39%

R = 8.91%
G = 79.7%
B = 11.39%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#12A117 (or 0x12A117) is known color: Forest Green. HEX triplet: 12, A1 and 17. RGB value is (18,161,23). Sum of RGB (Red+Green+Blue) = 18+161+23=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 161 (63.28% from 255 or 79.70% from 202); Blue value is 23 (9.38% from 255 or 11.39% from 202); Max value from RGB is 161 - color contains mainly: green. Hex color #12A117 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12A117 is #ED5EE8. Grayscale: #666666. Windows color (decimal): -15556329 or 1548562. OLE color: 1548562.

HSL color Cylindrical-coordinate representation of color #12A117: hue angle of 122.1º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A117 is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 18 161 23 -
CMYK 0.89 0 0.86 0.37
HSL 122.1º 0.8% 0.35% -
HSV(B) 122.1º 0.89% 0.63% -
XYZ 13.15 25.68 5.07 -
YUV 102.51 83.12 67.72 -
System Red Green Blue C M Y K H S L
Decimal 18 161 23 0.89 0 0.86 0.37 122.1 0.8 0.35
Hex 12 A1 17 59 0 56 25 7A 50 23
Octal 22 241 27 131 0 126 45 172 120 43
Binary 10010 10100001 10111 1011001 0 1010110 100101 1111010 1010000 100011

Color Harmonies of #12A117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A117

Black with #12A117

Text Example


Text Example

White with #12A117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,161,23); }

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

background-color css

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

 a { background-color: rgb(18,161,23); }

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

border-color css

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

 span { border-color: rgb(18,161,23); }

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