#19A50C

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

Shades of Islamic Green #19A50C

Tints of Islamic Green #19A50C

Color information

#19A50C (or 0x19A50C) is unknown color: approx Islamic Green. HEX triplet: 19, A5 and 0C. RGB value is (25,165,12). Sum of RGB (Red+Green+Blue) = 25+165+12=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 165 (64.84% from 255 or 81.68% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 165 - color contains mainly: green. Hex color #19A50C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19A50C is #E65AF3. Grayscale: #6A6A6A. Windows color (decimal): -15096564 or 828697. OLE color: 828697.

HSL color Cylindrical-coordinate representation of color #19A50C: hue angle of 114.9º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #19A50C is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB2516512-
CMYK0.8500.930.35
HSL114.9º86.44%34.71%-
HSV(B)114.9º92.73%64.71%-
XYZ13.9227.144.85-
YUV105.775.1270.44-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.38%
GREEN value IS 165 (64.84% from 255) = 81.68%
BLUE value IS 12 (5.08% from 255) = 5.94%
R=12.38%
G=81.68%
B=5.94%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal25165120.8500.930.35114.986.4434.71
Hex19A5C5505D23735623
Octal312451412501354316312643
Binary1100110100101110010101010101110110001111100111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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