#19700A

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

Shades of Green #19700A

Tints of Green #19700A

Color information

#19700A (or 0x19700A) is unknown color: approx Green. HEX triplet: 19, 70 and 0A. RGB value is (25,112,10). Sum of RGB (Red+Green+Blue) = 25+112+10=147 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.01% from 147); Green value is 112 (44.14% from 255 or 76.19% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 112 - color contains mainly: green. Hex color #19700A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #19700A is #E68FF5. Grayscale: #4A4A4A. Windows color (decimal): -15110134 or 684057. OLE color: 684057.

HSL color Cylindrical-coordinate representation of color #19700A: hue angle of 111.18º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #19700A is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB2511210-
CMYK0.7800.910.56
HSL111.18º83.61%23.92%-
HSV(B)111.18º91.07%43.92%-
XYZ6.2511.822.24-
YUV74.3691.6892.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.01%
GREEN value IS 112 (44.14% from 255) = 76.19%
BLUE value IS 10 (4.30% from 255) = 6.80%
R=17.01%
G=76.19%
B=6.80%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25112100.7800.910.56111.1883.6123.92
Hex1970A4E05B386f5418
Octal311601211601337015712430
Binary11001111000010101001110010110111110001101111101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19700A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19700A; }

 p { color: rgb(25,112,10); }

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

<style>
 a { background-color: #19700A; }

 a { background-color: rgb(25,112,10); }

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

<style>
 span { border-color: #19700A; }

 span { border-color: rgb(25,112,10); }

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