Html Css Color HEX #14A81D Forest Green

📋 copy color: '#14A81D'

red 20 ◦ green 168 ◦ blue 29

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

Shades of Forest Green #14A81D

Tints of Forest Green #14A81D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 77.42%

 BLUE value IS 29 (11.72% from 255) = 13.36%

R = 9.22%
G = 77.42%
B = 13.36%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#14A81D (or 0x14A81D) is known color: Forest Green. HEX triplet: 14, A8 and 1D. RGB value is (20,168,29). Sum of RGB (Red+Green+Blue) = 20+168+29=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 168 (66.02% from 255 or 77.42% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 168 - color contains mainly: green. Hex color #14A81D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A81D is #EB57E2. Grayscale: #6C6C6C. Windows color (decimal): -15423459 or 1943572. OLE color: 1943572.

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

Color convert

RGB 20 168 29 -
CMYK 0.88 0 0.83 0.34
HSL 123.65º 0.79% 0.37% -
HSV(B) 123.65º 0.88% 0.66% -
XYZ 14.51 28.24 5.85 -
YUV 107.9 83.47 65.3 -
System Red Green Blue C M Y K H S L
Decimal 20 168 29 0.88 0 0.83 0.34 123.65 0.79 0.37
Hex 14 A8 1D 58 0 53 22 7C 4F 25
Octal 24 250 35 130 0 123 42 174 117 45
Binary 10100 10101000 11101 1011000 0 1010011 100010 1111100 1001111 100101

Color Harmonies of #14A81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A81D

Black with #14A81D

Text Example


Text Example

White with #14A81D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,168,29); }

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

background-color css

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

 a { background-color: rgb(20,168,29); }

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

border-color css

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

 span { border-color: rgb(20,168,29); }

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