#0DAE0D

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

Shades of Islamic Green #0DAE0D

Tints of Islamic Green #0DAE0D

Color information

#0DAE0D (or 0x0DAE0D) is unknown color: approx Islamic Green. HEX triplet: 0D, AE and 0D. RGB value is (13,174,13). Sum of RGB (Red+Green+Blue) = 13+174+13=200 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.5% from 200); Green value is 174 (68.36% from 255 or 87% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DAE0D is #F251F2. Grayscale: #6B6B6B. Windows color (decimal): -15880691 or 896525. OLE color: 896525.

HSL color Cylindrical-coordinate representation of color #0DAE0D: hue angle of 120º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAE0D is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB1317413-
CMYK0.9300.930.32
HSL120º86.1%36.67%-
HSV(B)120º92.53%68.24%-
XYZ15.3730.395.44-
YUV107.5174.6660.59-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.5%
GREEN value IS 174 (68.36% from 255) = 87%
BLUE value IS 13 (5.47% from 255) = 6.5%
R=6.5%
G=87%
B=6.5%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal13174130.9300.930.3212086.136.67
HexDAED5D05D20785625
Octal152561513501354017012645
Binary110110101110110110111010101110110000011110001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DAE0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,174,13); }

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

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

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

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

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

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

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