Html Css Color HEX #14A017 Forest Green

📋 copy color: '#14A017'

red 20 ◦ green 160 ◦ blue 23

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

Shades of Forest Green #14A017

Tints of Forest Green #14A017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.33%

R = 9.85%
G = 78.82%
B = 11.33%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#14A017 (or 0x14A017) is known color: Forest Green. HEX triplet: 14, A0 and 17. RGB value is (20,160,23). Sum of RGB (Red+Green+Blue) = 20+160+23=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 160 (62.89% from 255 or 78.82% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 160 - color contains mainly: green. Hex color #14A017 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14A017 is #EB5FE8. Grayscale: #666666. Windows color (decimal): -15425513 or 1548308. OLE color: 1548308.

HSL color Cylindrical-coordinate representation of color #14A017: hue angle of 121.29º 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 #14A017 is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 20 160 23 -
CMYK 0.88 0 0.86 0.37
HSL 121.29º 0.78% 0.35% -
HSV(B) 121.29º 0.88% 0.63% -
XYZ 13.01 25.35 5.02 -
YUV 102.52 83.12 69.14 -
System Red Green Blue C M Y K H S L
Decimal 20 160 23 0.88 0 0.86 0.37 121.29 0.78 0.35
Hex 14 A0 17 58 0 56 25 79 4E 23
Octal 24 240 27 130 0 126 45 171 116 43
Binary 10100 10100000 10111 1011000 0 1010110 100101 1111001 1001110 100011

Color Harmonies of #14A017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A017

Black with #14A017

Text Example


Text Example

White with #14A017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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