Html Css Color HEX #14AC1E Forest Green

📋 copy color: '#14AC1E'

red 20 ◦ green 172 ◦ blue 30

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

Shades of Forest Green #14AC1E

Tints of Forest Green #14AC1E

RGB

 RED value IS 20 (8.2% from 255) = 9.01%

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

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

R = 9.01%
G = 77.48%
B = 13.51%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#14AC1E (or 0x14AC1E) is known color: Forest Green. HEX triplet: 14, AC and 1E. RGB value is (20,172,30). Sum of RGB (Red+Green+Blue) = 20+172+30=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 172 (67.58% from 255 or 77.48% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 172 - color contains mainly: green. Hex color #14AC1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AC1E is #EB53E1. Grayscale: #6E6E6E. Windows color (decimal): -15422434 or 2010132. OLE color: 2010132.

HSL color Cylindrical-coordinate representation of color #14AC1E: hue angle of 123.95º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AC1E is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 172 30 -
CMYK 0.88 0 0.83 0.33
HSL 123.95º 0.79% 0.38% -
HSV(B) 123.95º 0.88% 0.67% -
XYZ 15.28 29.75 6.17 -
YUV 110.36 82.64 63.55 -
System Red Green Blue C M Y K H S L
Decimal 20 172 30 0.88 0 0.83 0.33 123.95 0.79 0.38
Hex 14 AC 1E 58 0 53 21 7C 4F 26
Octal 24 254 36 130 0 123 41 174 117 46
Binary 10100 10101100 11110 1011000 0 1010011 100001 1111100 1001111 100110

Color Harmonies of #14AC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AC1E

Black with #14AC1E

Text Example


Text Example

White with #14AC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14AC1E; }

 p { color: rgb(20,172,30); }

 H1.HeaderClassName
 {
   color: #14AC1E;
 }
 .AnyTagClassName
 {
   color: #14AC1E;
 }
</style>

background-color css

<style>
 a { background-color: #14AC1E; }

 a { background-color: rgb(20,172,30); }

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

border-color css

<style>
 span { border-color: #14AC1E; }

 span { border-color: rgb(20,172,30); }

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