#19AA12

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

Shades of Islamic Green #19AA12

Tints of Islamic Green #19AA12

Color information

#19AA12 (or 0x19AA12) is unknown color: approx Islamic Green. HEX triplet: 19, AA and 12. RGB value is (25,170,18). Sum of RGB (Red+Green+Blue) = 25+170+18=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 170 (66.80% from 255 or 79.81% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 170 - color contains mainly: green. Hex color #19AA12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19AA12 is #E655ED. Grayscale: #6D6D6D. Windows color (decimal): -15095278 or 1223193. OLE color: 1223193.

HSL color Cylindrical-coordinate representation of color #19AA12: hue angle of 117.24º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19AA12 is Cyan = 0.85, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB2517018-
CMYK0.8500.890.33
HSL117.24º80.85%36.86%-
HSV(B)117.24º89.41%66.67%-
XYZ14.88295.39-
YUV109.3276.4667.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.74%
GREEN value IS 170 (66.80% from 255) = 79.81%
BLUE value IS 18 (7.42% from 255) = 8.45%
R=11.74%
G=79.81%
B=8.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal25170180.8500.890.33117.2480.8536.86
Hex19AA125505921755125
Octal312522212501314116512145
Binary11001101010101001010101010101100110000111101011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19AA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,170,18); }

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

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

 a { background-color: rgb(25,170,18); }

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

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

 span { border-color: rgb(25,170,18); }

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