#0DAA0C

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

Shades of Islamic Green #0DAA0C

Tints of Islamic Green #0DAA0C

Color information

#0DAA0C (or 0x0DAA0C) is unknown color: approx Islamic Green. HEX triplet: 0D, AA and 0C. RGB value is (13,170,12). Sum of RGB (Red+Green+Blue) = 13+170+12=195 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.67% from 195); Green value is 170 (66.80% from 255 or 87.18% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 170 - color contains mainly: green. Hex color #0DAA0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DAA0C is #F255F3. Grayscale: #696969. Windows color (decimal): -15881716 or 829965. OLE color: 829965.

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

Color convert

RGB1317012-
CMYK0.9200.930.33
HSL119.62º86.81%35.69%-
HSV(B)119.62º92.94%66.67%-
XYZ14.6128.865.15-
YUV105.0475.4962.35-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.67%
GREEN value IS 170 (66.80% from 255) = 87.18%
BLUE value IS 12 (5.08% from 255) = 6.15%
R=6.67%
G=87.18%
B=6.15%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13170120.9200.930.33119.6286.8135.69
HexDAAC5C05D21785724
Octal152521413401354117012744
Binary110110101010110010111000101110110000111110001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DAA0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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