#0DAA19

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

Shades of Islamic Green #0DAA19

Tints of Islamic Green #0DAA19

Color information

#0DAA19 (or 0x0DAA19) is unknown color: approx Islamic Green. HEX triplet: 0D, AA and 19. RGB value is (13,170,25). Sum of RGB (Red+Green+Blue) = 13+170+25=208 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.25% from 208); Green value is 170 (66.80% from 255 or 81.73% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 170 - color contains mainly: green. Hex color #0DAA19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DAA19 is #F255E6. Grayscale: #6A6A6A. Windows color (decimal): -15881703 or 1681933. OLE color: 1681933.

HSL color Cylindrical-coordinate representation of color #0DAA19: hue angle of 124.59º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAA19 is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB1317025-
CMYK0.9200.850.33
HSL124.59º85.79%35.88%-
HSV(B)124.59º92.35%66.67%-
XYZ14.7228.915.72-
YUV106.5381.9961.29-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.25%
GREEN value IS 170 (66.80% from 255) = 81.73%
BLUE value IS 25 (10.16% from 255) = 12.02%
R=6.25%
G=81.73%
B=12.02%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13170250.9200.850.33124.5985.7935.88
HexDAA195C055217d5624
Octal152523113401254117512644
Binary1101101010101100110111000101010110000111111011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DAA19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0DAA19; }

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

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

<style>
 a { background-color: #0DAA19; }

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

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

<style>
 span { border-color: #0DAA19; }

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

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