#0DA20D

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

Shades of Islamic Green #0DA20D

Tints of Islamic Green #0DA20D

Color information

#0DA20D (or 0x0DA20D) is unknown color: approx Islamic Green. HEX triplet: 0D, A2 and 0D. RGB value is (13,162,13). Sum of RGB (Red+Green+Blue) = 13+162+13=188 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.91% from 188); Green value is 162 (63.67% from 255 or 86.17% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 162 - color contains mainly: green. Hex color #0DA20D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DA20D is #F25DF2. Grayscale: #646464. Windows color (decimal): -15883763 or 893453. OLE color: 893453.

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

Color convert

RGB1316213-
CMYK0.9200.920.36
HSL120º85.14%34.31%-
HSV(B)120º91.98%63.53%-
XYZ13.1625.964.7-
YUV100.4678.6465.62-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.91%
GREEN value IS 162 (63.67% from 255) = 86.17%
BLUE value IS 13 (5.47% from 255) = 6.91%
R=6.91%
G=86.17%
B=6.91%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal13162130.9200.920.3612085.1434.31
HexDA2D5C05C24785522
Octal152421513401344417012542
Binary110110100010110110111000101110010010011110001010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA20D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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