#19A514

Color #19A514 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #19A514

Tints of Forest Green #19A514

Color information

#19A514 (or 0x19A514) is unknown color: approx Forest Green. HEX triplet: 19, A5 and 14. RGB value is (25,165,20). Sum of RGB (Red+Green+Blue) = 25+165+20=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 165 (64.84% from 255 or 78.57% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 165 - color contains mainly: green. Hex color #19A514 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19A514 is #E65AEB. Grayscale: #6B6B6B. Windows color (decimal): -15096556 or 1352985. OLE color: 1352985.

HSL color Cylindrical-coordinate representation of color #19A514: hue angle of 117.93º 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 #19A514 is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB2516520-
CMYK0.8500.880.35
HSL117.93º78.38%36.27%-
HSV(B)117.93º87.88%64.71%-
XYZ13.9827.175.17-
YUV106.6179.1269.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.90%
GREEN value IS 165 (64.84% from 255) = 78.57%
BLUE value IS 20 (8.20% from 255) = 9.52%
R=11.90%
G=78.57%
B=9.52%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal25165200.8500.880.35117.9378.3836.27
Hex19A5145505823764e24
Octal312452412501304316611644
Binary11001101001011010010101010101100010001111101101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19A514; }

 p { color: rgb(25,165,20); }

 H1.HeaderClassName
 {
   color: #19A514;
 }
 .AnyTagClassName
 {
   color: #19A514;
 }
</style>
background-color css

<style>
 a { background-color: #19A514; }

 a { background-color: rgb(25,165,20); }

 div.DivClassName
 {
   background-color: #19A514;
 }
 .BgClassName
 {
   background-color: #19A514;
 }
</style>
border-color css

<style>
 span { border-color: #19A514; }

 span { border-color: rgb(25,165,20); }

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