Html Css Color HEX #12AB1F Forest Green

📋 copy color: '#12AB1F'

red 18 ◦ green 171 ◦ blue 31

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

Shades of Forest Green #12AB1F

Tints of Forest Green #12AB1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.09%

R = 8.18%
G = 77.73%
B = 14.09%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#12AB1F (or 0x12AB1F) is known color: Forest Green. HEX triplet: 12, AB and 1F. RGB value is (18,171,31). Sum of RGB (Red+Green+Blue) = 18+171+31=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 171 (67.19% from 255 or 77.73% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AB1F is #ED54E0. Grayscale: #6D6D6D. Windows color (decimal): -15553761 or 2075410. OLE color: 2075410.

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

Color convert

RGB 18 171 31 -
CMYK 0.89 0 0.82 0.33
HSL 125.1º 0.81% 0.37% -
HSV(B) 125.1º 0.89% 0.67% -
XYZ 15.06 29.35 6.17 -
YUV 109.29 83.81 62.88 -
System Red Green Blue C M Y K H S L
Decimal 18 171 31 0.89 0 0.82 0.33 125.1 0.81 0.37
Hex 12 AB 1F 59 0 52 21 7D 51 25
Octal 22 253 37 131 0 122 41 175 121 45
Binary 10010 10101011 11111 1011001 0 1010010 100001 1111101 1010001 100101

Color Harmonies of #12AB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB1F

Black with #12AB1F

Text Example


Text Example

White with #12AB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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