#0DAA09

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

Shades of Islamic Green #0DAA09

Tints of Islamic Green #0DAA09

Color information

#0DAA09 (or 0x0DAA09) is unknown color: approx Islamic Green. HEX triplet: 0D, AA and 09. RGB value is (13,170,9). Sum of RGB (Red+Green+Blue) = 13+170+9=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 170 (66.80% from 255 or 88.54% from 192); Blue value is 9 (3.91% from 255 or 4.69% from 192); Max value from RGB is 170 - color contains mainly: green. Hex color #0DAA09 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DAA09 is #F255F6. Grayscale: #696969. Windows color (decimal): -15881719 or 633357. OLE color: 633357.

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

Color convert

RGB131709-
CMYK0.9200.950.33
HSL118.51º89.94%35.1%-
HSV(B)118.51º94.71%66.67%-
XYZ14.5928.855.06-
YUV104.773.9962.59-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.77%
GREEN value IS 170 (66.80% from 255) = 88.54%
BLUE value IS 9 (3.91% from 255) = 4.69%
R=6.77%
G=88.54%
B=4.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1317090.9200.950.33118.5189.9435.1
HexDAA95C05F21775a23
Octal152521113401374116713243
Binary110110101010100110111000101111110000111101111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DAA09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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