Html Css Color HEX #14A827 Forest Green

📋 copy color: '#14A827'

red 20 ◦ green 168 ◦ blue 39

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

Shades of Forest Green #14A827

Tints of Forest Green #14A827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.18%

R = 8.81%
G = 74.01%
B = 17.18%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#14A827 (or 0x14A827) is known color: Forest Green. HEX triplet: 14, A8 and 27. RGB value is (20,168,39). Sum of RGB (Red+Green+Blue) = 20+168+39=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 168 (66.02% from 255 or 74.01% from 227); Blue value is 39 (15.62% from 255 or 17.18% from 227); Max value from RGB is 168 - color contains mainly: green. Hex color #14A827 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A827 is #EB57D8. Grayscale: #6D6D6D. Windows color (decimal): -15423449 or 2598932. OLE color: 2598932.

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

Color convert

RGB 20 168 39 -
CMYK 0.88 0 0.77 0.34
HSL 127.7º 0.79% 0.37% -
HSV(B) 127.7º 0.88% 0.66% -
XYZ 14.66 28.3 6.61 -
YUV 109.04 88.47 64.49 -
System Red Green Blue C M Y K H S L
Decimal 20 168 39 0.88 0 0.77 0.34 127.7 0.79 0.37
Hex 14 A8 27 58 0 4D 22 80 4F 25
Octal 24 250 47 130 0 115 42 200 117 45
Binary 10100 10101000 100111 1011000 0 1001101 100010 10000000 1001111 100101

Color Harmonies of #14A827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A827

Black with #14A827

Text Example


Text Example

White with #14A827

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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