#0DA30E

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

Shades of Islamic Green #0DA30E

Tints of Islamic Green #0DA30E

Color information

#0DA30E (or 0x0DA30E) is unknown color: approx Islamic Green. HEX triplet: 0D, A3 and 0E. RGB value is (13,163,14). Sum of RGB (Red+Green+Blue) = 13+163+14=190 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.84% from 190); Green value is 163 (64.06% from 255 or 85.79% from 190); Blue value is 14 (5.86% from 255 or 7.37% from 190); Max value from RGB is 163 - color contains mainly: green. Hex color #0DA30E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DA30E is #F25CF1. Grayscale: #656565. Windows color (decimal): -15883506 or 959245. OLE color: 959245.

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

Color convert

RGB1316314-
CMYK0.9200.910.36
HSL120.4º85.23%34.51%-
HSV(B)120.4º92.02%63.92%-
XYZ13.3426.314.79-
YUV101.1678.8165.12-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.84%
GREEN value IS 163 (64.06% from 255) = 85.79%
BLUE value IS 14 (5.86% from 255) = 7.37%
R=6.84%
G=85.79%
B=7.37%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal13163140.9200.910.36120.485.2334.51
HexDA3E5C05B24785523
Octal152431613401334417012543
Binary110110100011111010111000101101110010011110001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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