#0DAD0E

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

Shades of Islamic Green #0DAD0E

Tints of Islamic Green #0DAD0E

Color information

#0DAD0E (or 0x0DAD0E) is unknown color: approx Islamic Green. HEX triplet: 0D, AD and 0E. RGB value is (13,173,14). Sum of RGB (Red+Green+Blue) = 13+173+14=200 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.5% from 200); Green value is 173 (67.97% from 255 or 86.5% from 200); Blue value is 14 (5.86% from 255 or 7% from 200); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DAD0E is #F252F1. Grayscale: #6B6B6B. Windows color (decimal): -15880946 or 961805. OLE color: 961805.

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

Color convert

RGB1317314-
CMYK0.9200.920.32
HSL120.38º86.02%36.47%-
HSV(B)120.38º92.49%67.84%-
XYZ15.19305.41-
YUV107.0375.4960.93-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.5%
GREEN value IS 173 (67.97% from 255) = 86.5%
BLUE value IS 14 (5.86% from 255) = 7%
R=6.5%
G=86.5%
B=7%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal13173140.9200.920.32120.3886.0236.47
HexDADE5C05C20785624
Octal152551613401344017012644
Binary110110101101111010111000101110010000011110001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DAD0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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