Html Css Color HEX #14A82A Forest Green

📋 copy color: '#14A82A'

red 20 ◦ green 168 ◦ blue 42

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

Shades of Forest Green #14A82A

Tints of Forest Green #14A82A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.26%

R = 8.7%
G = 73.04%
B = 18.26%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#14A82A (or 0x14A82A) is known color: Forest Green. HEX triplet: 14, A8 and 2A. RGB value is (20,168,42). Sum of RGB (Red+Green+Blue) = 20+168+42=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 168 (66.02% from 255 or 73.04% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 168 - color contains mainly: green. Hex color #14A82A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A82A is #EB57D5. Grayscale: #6D6D6D. Windows color (decimal): -15423446 or 2795540. OLE color: 2795540.

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

Color convert

RGB 20 168 42 -
CMYK 0.88 0 0.75 0.34
HSL 128.92º 0.79% 0.37% -
HSV(B) 128.92º 0.88% 0.66% -
XYZ 14.71 28.32 6.88 -
YUV 109.38 89.97 64.25 -
System Red Green Blue C M Y K H S L
Decimal 20 168 42 0.88 0 0.75 0.34 128.92 0.79 0.37
Hex 14 A8 2A 58 0 4B 22 81 4F 25
Octal 24 250 52 130 0 113 42 201 117 45
Binary 10100 10101000 101010 1011000 0 1001011 100010 10000001 1001111 100101

Color Harmonies of #14A82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A82A

Black with #14A82A

Text Example


Text Example

White with #14A82A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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