Html Css Color HEX #12AC1F Forest Green

📋 copy color: '#12AC1F'

red 18 ◦ green 172 ◦ blue 31

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

Shades of Forest Green #12AC1F

Tints of Forest Green #12AC1F

RGB

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

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

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

R = 8.14%
G = 77.83%
B = 14.03%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#12AC1F (or 0x12AC1F) is known color: Forest Green. HEX triplet: 12, AC and 1F. RGB value is (18,172,31). Sum of RGB (Red+Green+Blue) = 18+172+31=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 172 (67.58% from 255 or 77.83% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AC1F is #ED53E0. Grayscale: #6E6E6E. Windows color (decimal): -15553505 or 2075666. OLE color: 2075666.

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

Color convert

RGB 18 172 31 -
CMYK 0.90 0 0.82 0.33
HSL 125.06º 0.81% 0.37% -
HSV(B) 125.06º 0.9% 0.67% -
XYZ 15.25 29.73 6.23 -
YUV 109.88 83.48 62.46 -
System Red Green Blue C M Y K H S L
Decimal 18 172 31 0.90 0 0.82 0.33 125.06 0.81 0.37
Hex 12 AC 1F 5A 0 52 21 7D 51 25
Octal 22 254 37 132 0 122 41 175 121 45
Binary 10010 10101100 11111 1011010 0 1010010 100001 1111101 1010001 100101

Color Harmonies of #12AC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AC1F

Black with #12AC1F

Text Example


Text Example

White with #12AC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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