Html Css Color HEX #12AC1D Forest Green

📋 copy color: '#12AC1D'

red 18 ◦ green 172 ◦ blue 29

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

Shades of Forest Green #12AC1D

Tints of Forest Green #12AC1D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 78.54%

 BLUE value IS 29 (11.72% from 255) = 13.24%

R = 8.22%
G = 78.54%
B = 13.24%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#12AC1D (or 0x12AC1D) is known color: Forest Green. HEX triplet: 12, AC and 1D. RGB value is (18,172,29). Sum of RGB (Red+Green+Blue) = 18+172+29=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 172 (67.58% from 255 or 78.54% from 219); Blue value is 29 (11.72% from 255 or 13.24% from 219); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AC1D is #ED53E2. Grayscale: #6E6E6E. Windows color (decimal): -15553507 or 1944594. OLE color: 1944594.

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

Color convert

RGB 18 172 29 -
CMYK 0.90 0 0.83 0.33
HSL 124.29º 0.81% 0.37% -
HSV(B) 124.29º 0.9% 0.67% -
XYZ 15.22 29.72 6.1 -
YUV 109.65 82.48 62.63 -
System Red Green Blue C M Y K H S L
Decimal 18 172 29 0.90 0 0.83 0.33 124.29 0.81 0.37
Hex 12 AC 1D 5A 0 53 21 7C 51 25
Octal 22 254 35 132 0 123 41 174 121 45
Binary 10010 10101100 11101 1011010 0 1010011 100001 1111100 1010001 100101

Color Harmonies of #12AC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AC1D

Black with #12AC1D

Text Example


Text Example

White with #12AC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,172,29); }

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

background-color css

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

 a { background-color: rgb(18,172,29); }

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

border-color css

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

 span { border-color: rgb(18,172,29); }

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