Html Css Color HEX #14A721 Forest Green

📋 copy color: '#14A721'

red 20 ◦ green 167 ◦ blue 33

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

Shades of Forest Green #14A721

Tints of Forest Green #14A721

RGB

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

 GREEN value IS 167 (65.63% from 255) = 75.91%

 BLUE value IS 33 (13.28% from 255) = 15%

R = 9.09%
G = 75.91%
B = 15%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#14A721 (or 0x14A721) is known color: Forest Green. HEX triplet: 14, A7 and 21. RGB value is (20,167,33). Sum of RGB (Red+Green+Blue) = 20+167+33=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 167 (65.62% from 255 or 75.91% from 220); Blue value is 33 (13.28% from 255 or 15% from 220); Max value from RGB is 167 - color contains mainly: green. Hex color #14A721 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A721 is #EB58DE. Grayscale: #6C6C6C. Windows color (decimal): -15423711 or 2205460. OLE color: 2205460.

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

Color convert

RGB 20 167 33 -
CMYK 0.88 0 0.80 0.35
HSL 125.31º 0.79% 0.37% -
HSV(B) 125.31º 0.88% 0.65% -
XYZ 14.38 27.9 6.07 -
YUV 107.77 85.8 65.4 -
System Red Green Blue C M Y K H S L
Decimal 20 167 33 0.88 0 0.80 0.35 125.31 0.79 0.37
Hex 14 A7 21 58 0 50 23 7D 4F 25
Octal 24 247 41 130 0 120 43 175 117 45
Binary 10100 10100111 100001 1011000 0 1010000 100011 1111101 1001111 100101

Color Harmonies of #14A721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A721

Black with #14A721

Text Example


Text Example

White with #14A721

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,167,33); }

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

background-color css

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

 a { background-color: rgb(20,167,33); }

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

border-color css

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

 span { border-color: rgb(20,167,33); }

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