Html Css Color HEX #12A017 Forest Green

📋 copy color: '#12A017'

red 18 ◦ green 160 ◦ blue 23

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

Shades of Forest Green #12A017

Tints of Forest Green #12A017

RGB

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

 GREEN value IS 160 (62.89% from 255) = 79.6%

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

R = 8.96%
G = 79.6%
B = 11.44%

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

#12A017 (or 0x12A017) is known color: Forest Green. HEX triplet: 12, A0 and 17. RGB value is (18,160,23). Sum of RGB (Red+Green+Blue) = 18+160+23=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 160 (62.89% from 255 or 79.60% from 201); Blue value is 23 (9.38% from 255 or 11.44% from 201); Max value from RGB is 160 - color contains mainly: green. Hex color #12A017 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12A017 is #ED5FE8. Grayscale: #666666. Windows color (decimal): -15556585 or 1548306. OLE color: 1548306.

HSL color Cylindrical-coordinate representation of color #12A017: hue angle of 122.11º 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 #12A017 is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 18 160 23 -
CMYK 0.89 0 0.86 0.37
HSL 122.11º 0.8% 0.35% -
HSV(B) 122.11º 0.89% 0.63% -
XYZ 12.97 25.33 5.02 -
YUV 101.92 83.46 68.14 -
System Red Green Blue C M Y K H S L
Decimal 18 160 23 0.89 0 0.86 0.37 122.11 0.8 0.35
Hex 12 A0 17 59 0 56 25 7A 50 23
Octal 22 240 27 131 0 126 45 172 120 43
Binary 10010 10100000 10111 1011001 0 1010110 100101 1111010 1010000 100011

Color Harmonies of #12A017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A017

Black with #12A017

Text Example


Text Example

White with #12A017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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