Html Css Color HEX #12AB1D Forest Green

📋 copy color: '#12AB1D'

red 18 ◦ green 171 ◦ blue 29

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

Shades of Forest Green #12AB1D

Tints of Forest Green #12AB1D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 78.44%

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

R = 8.26%
G = 78.44%
B = 13.3%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#12AB1D (or 0x12AB1D) is known color: Forest Green. HEX triplet: 12, AB and 1D. RGB value is (18,171,29). Sum of RGB (Red+Green+Blue) = 18+171+29=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 171 (67.19% from 255 or 78.44% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AB1D is #ED54E2. Grayscale: #6D6D6D. Windows color (decimal): -15553763 or 1944338. OLE color: 1944338.

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

Color convert

RGB 18 171 29 -
CMYK 0.89 0 0.83 0.33
HSL 124.31º 0.81% 0.37% -
HSV(B) 124.31º 0.89% 0.67% -
XYZ 15.03 29.34 6.03 -
YUV 109.07 82.81 63.05 -
System Red Green Blue C M Y K H S L
Decimal 18 171 29 0.89 0 0.83 0.33 124.31 0.81 0.37
Hex 12 AB 1D 59 0 53 21 7C 51 25
Octal 22 253 35 131 0 123 41 174 121 45
Binary 10010 10101011 11101 1011001 0 1010011 100001 1111100 1010001 100101

Color Harmonies of #12AB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB1D

Black with #12AB1D

Text Example


Text Example

White with #12AB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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