#19A20E

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

Shades of Islamic Green #19A20E

Tints of Islamic Green #19A20E

Color information

#19A20E (or 0x19A20E) is unknown color: approx Islamic Green. HEX triplet: 19, A2 and 0E. RGB value is (25,162,14). Sum of RGB (Red+Green+Blue) = 25+162+14=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 162 (63.67% from 255 or 80.60% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 162 - color contains mainly: green. Hex color #19A20E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19A20E is #E65DF1. Grayscale: #686868. Windows color (decimal): -15097330 or 959001. OLE color: 959001.

HSL color Cylindrical-coordinate representation of color #19A20E: hue angle of 115.54º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #19A20E is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB2516214-
CMYK0.8500.910.36
HSL115.54º84.09%34.51%-
HSV(B)115.54º91.36%63.53%-
XYZ13.426.084.74-
YUV104.1677.1171.53-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.44%
GREEN value IS 162 (63.67% from 255) = 80.60%
BLUE value IS 14 (5.86% from 255) = 6.97%
R=12.44%
G=80.60%
B=6.97%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal25162140.8500.910.36115.5484.0934.51
Hex19A2E5505B24745423
Octal312421612501334416412443
Binary1100110100010111010101010101101110010011101001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A20E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,162,14); }

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

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

 a { background-color: rgb(25,162,14); }

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

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

 span { border-color: rgb(25,162,14); }

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