Html Css Color HEX #12AD1E Forest Green

📋 copy color: '#12AD1E'

red 18 ◦ green 173 ◦ blue 30

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

Shades of Forest Green #12AD1E

Tints of Forest Green #12AD1E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 78.28%

 BLUE value IS 30 (12.11% from 255) = 13.57%

R = 8.14%
G = 78.28%
B = 13.57%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#12AD1E (or 0x12AD1E) is known color: Forest Green. HEX triplet: 12, AD and 1E. RGB value is (18,173,30). Sum of RGB (Red+Green+Blue) = 18+173+30=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 173 (67.97% from 255 or 78.28% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 173 - color contains mainly: green. Hex color #12AD1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AD1E is #ED52E1. Grayscale: #6E6E6E. Windows color (decimal): -15553250 or 2010386. OLE color: 2010386.

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

Color convert

RGB 18 173 30 -
CMYK 0.90 0 0.83 0.32
HSL 124.65º 0.81% 0.37% -
HSV(B) 124.65º 0.9% 0.68% -
XYZ 15.43 30.11 6.23 -
YUV 110.35 82.65 62.13 -
System Red Green Blue C M Y K H S L
Decimal 18 173 30 0.90 0 0.83 0.32 124.65 0.81 0.37
Hex 12 AD 1E 5A 0 53 20 7D 51 25
Octal 22 255 36 132 0 123 40 175 121 45
Binary 10010 10101101 11110 1011010 0 1010011 100000 1111101 1010001 100101

Color Harmonies of #12AD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AD1E

Black with #12AD1E

Text Example


Text Example

White with #12AD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,173,30); }

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

background-color css

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

 a { background-color: rgb(18,173,30); }

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

border-color css

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

 span { border-color: rgb(18,173,30); }

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