#0DA60E

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

Shades of Islamic Green #0DA60E

Tints of Islamic Green #0DA60E

Color information

#0DA60E (or 0x0DA60E) is unknown color: approx Islamic Green. HEX triplet: 0D, A6 and 0E. RGB value is (13,166,14). Sum of RGB (Red+Green+Blue) = 13+166+14=193 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.74% from 193); Green value is 166 (65.23% from 255 or 86.01% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 166 - color contains mainly: green. Hex color #0DA60E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DA60E is #F259F1. Grayscale: #676767. Windows color (decimal): -15882738 or 960013. OLE color: 960013.

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

Color convert

RGB1316614-
CMYK0.9200.920.35
HSL120.39º85.47%35.1%-
HSV(B)120.39º92.17%65.1%-
XYZ13.8827.394.97-
YUV102.9277.8163.86-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.74%
GREEN value IS 166 (65.23% from 255) = 86.01%
BLUE value IS 14 (5.86% from 255) = 7.25%
R=6.74%
G=86.01%
B=7.25%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal13166140.9200.920.35120.3985.4735.1
HexDA6E5C05C23785523
Octal152461613401344317012543
Binary110110100110111010111000101110010001111110001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA60E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,166,14); }

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

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

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

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

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

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

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