Html Css Color HEX #14AE20 Forest Green

📋 copy color: '#14AE20'

red 20 ◦ green 174 ◦ blue 32

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

Shades of Forest Green #14AE20

Tints of Forest Green #14AE20

RGB

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

 GREEN value IS 174 (68.36% from 255) = 76.99%

 BLUE value IS 32 (12.89% from 255) = 14.16%

R = 8.85%
G = 76.99%
B = 14.16%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#14AE20 (or 0x14AE20) is known color: Forest Green. HEX triplet: 14, AE and 20. RGB value is (20,174,32). Sum of RGB (Red+Green+Blue) = 20+174+32=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 174 (68.36% from 255 or 76.99% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 174 - color contains mainly: green. Hex color #14AE20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AE20 is #EB51DF. Grayscale: #707070. Windows color (decimal): -15421920 or 2141716. OLE color: 2141716.

HSL color Cylindrical-coordinate representation of color #14AE20: hue angle of 124.68º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14AE20 is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 174 32 -
CMYK 0.89 0 0.82 0.32
HSL 124.68º 0.79% 0.38% -
HSV(B) 124.68º 0.89% 0.68% -
XYZ 15.69 30.53 6.43 -
YUV 111.77 82.98 62.55 -
System Red Green Blue C M Y K H S L
Decimal 20 174 32 0.89 0 0.82 0.32 124.68 0.79 0.38
Hex 14 AE 20 59 0 52 20 7D 4F 26
Octal 24 256 40 131 0 122 40 175 117 46
Binary 10100 10101110 100000 1011001 0 1010010 100000 1111101 1001111 100110

Color Harmonies of #14AE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AE20

Black with #14AE20

Text Example


Text Example

White with #14AE20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,174,32); }

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

background-color css

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

 a { background-color: rgb(20,174,32); }

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

border-color css

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

 span { border-color: rgb(20,174,32); }

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