Html Css Color HEX #12AF1C Forest Green

📋 copy color: '#12AF1C'

red 18 ◦ green 175 ◦ blue 28

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

Shades of Forest Green #12AF1C

Tints of Forest Green #12AF1C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 79.19%

 BLUE value IS 28 (11.33% from 255) = 12.67%

R = 8.14%
G = 79.19%
B = 12.67%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#12AF1C (or 0x12AF1C) is known color: Forest Green. HEX triplet: 12, AF and 1C. RGB value is (18,175,28). Sum of RGB (Red+Green+Blue) = 18+175+28=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 175 (68.75% from 255 or 79.19% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AF1C is #ED50E3. Grayscale: #6F6F6F. Windows color (decimal): -15552740 or 1879826. OLE color: 1879826.

HSL color Cylindrical-coordinate representation of color #12AF1C: hue angle of 123.82º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AF1C is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 175 28 -
CMYK 0.90 0 0.84 0.31
HSL 123.82º 0.81% 0.38% -
HSV(B) 123.82º 0.9% 0.69% -
XYZ 15.79 30.87 6.23 -
YUV 111.3 80.99 61.45 -
System Red Green Blue C M Y K H S L
Decimal 18 175 28 0.90 0 0.84 0.31 123.82 0.81 0.38
Hex 12 AF 1C 5A 0 54 1F 7C 51 26
Octal 22 257 34 132 0 124 37 174 121 46
Binary 10010 10101111 11100 1011010 0 1010100 11111 1111100 1010001 100110

Color Harmonies of #12AF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AF1C

Black with #12AF1C

Text Example


Text Example

White with #12AF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,175,28); }

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

background-color css

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

 a { background-color: rgb(18,175,28); }

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

border-color css

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

 span { border-color: rgb(18,175,28); }

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