Html Css Color HEX #14A628 Forest Green

📋 copy color: '#14A628'

red 20 ◦ green 166 ◦ blue 40

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

Shades of Forest Green #14A628

Tints of Forest Green #14A628

RGB

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

 GREEN value IS 166 (65.23% from 255) = 73.45%

 BLUE value IS 40 (16.02% from 255) = 17.7%

R = 8.85%
G = 73.45%
B = 17.7%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#14A628 (or 0x14A628) is known color: Forest Green. HEX triplet: 14, A6 and 28. RGB value is (20,166,40). Sum of RGB (Red+Green+Blue) = 20+166+40=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 166 (65.23% from 255 or 73.45% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 166 - color contains mainly: green. Hex color #14A628 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A628 is #EB59D7. Grayscale: #6C6C6C. Windows color (decimal): -15423960 or 2663956. OLE color: 2663956.

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

Color convert

RGB 20 166 40 -
CMYK 0.88 0 0.76 0.35
HSL 128.22º 0.78% 0.36% -
HSV(B) 128.22º 0.88% 0.65% -
XYZ 14.31 27.57 6.58 -
YUV 107.98 89.63 65.25 -
System Red Green Blue C M Y K H S L
Decimal 20 166 40 0.88 0 0.76 0.35 128.22 0.78 0.36
Hex 14 A6 28 58 0 4C 23 80 4E 24
Octal 24 246 50 130 0 114 43 200 116 44
Binary 10100 10100110 101000 1011000 0 1001100 100011 10000000 1001110 100100

Color Harmonies of #14A628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A628

Black with #14A628

Text Example


Text Example

White with #14A628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,166,40); }

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

background-color css

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

 a { background-color: rgb(20,166,40); }

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

border-color css

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

 span { border-color: rgb(20,166,40); }

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