Html Css Color HEX #14A024 Forest Green

📋 copy color: '#14A024'

red 20 ◦ green 160 ◦ blue 36

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

Shades of Forest Green #14A024

Tints of Forest Green #14A024

RGB

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

 GREEN value IS 160 (62.89% from 255) = 74.07%

 BLUE value IS 36 (14.45% from 255) = 16.67%

R = 9.26%
G = 74.07%
B = 16.67%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#14A024 (or 0x14A024) is known color: Forest Green. HEX triplet: 14, A0 and 24. RGB value is (20,160,36). Sum of RGB (Red+Green+Blue) = 20+160+36=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 160 (62.89% from 255 or 74.07% from 216); Blue value is 36 (14.45% from 255 or 16.67% from 216); Max value from RGB is 160 - color contains mainly: green. Hex color #14A024 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A024 is #EB5FDB. Grayscale: #686868. Windows color (decimal): -15425500 or 2400276. OLE color: 2400276.

HSL color Cylindrical-coordinate representation of color #14A024: hue angle of 126.86º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A024 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 20 160 36 -
CMYK 0.88 0 0.78 0.37
HSL 126.86º 0.78% 0.35% -
HSV(B) 126.86º 0.88% 0.63% -
XYZ 13.18 25.42 5.88 -
YUV 104 89.62 68.08 -
System Red Green Blue C M Y K H S L
Decimal 20 160 36 0.88 0 0.78 0.37 126.86 0.78 0.35
Hex 14 A0 24 58 0 4E 25 7F 4E 23
Octal 24 240 44 130 0 116 45 177 116 43
Binary 10100 10100000 100100 1011000 0 1001110 100101 1111111 1001110 100011

Color Harmonies of #14A024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A024

Black with #14A024

Text Example


Text Example

White with #14A024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,160,36); }

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

background-color css

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

 a { background-color: rgb(20,160,36); }

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

border-color css

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

 span { border-color: rgb(20,160,36); }

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