#0DA805

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

Shades of Islamic Green #0DA805

Tints of Islamic Green #0DA805

Color information

#0DA805 (or 0x0DA805) is unknown color: approx Islamic Green. HEX triplet: 0D, A8 and 05. RGB value is (13,168,5). Sum of RGB (Red+Green+Blue) = 13+168+5=186 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.99% from 186); Green value is 168 (66.02% from 255 or 90.32% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 168 - color contains mainly: green. Hex color #0DA805 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DA805 is #F257FA. Grayscale: #676767. Windows color (decimal): -15882235 or 370701. OLE color: 370701.

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

Color convert

RGB131685-
CMYK0.9200.970.34
HSL117.06º94.22%33.92%-
HSV(B)117.06º97.02%65.88%-
XYZ14.228.14.82-
YUV103.0772.6563.75-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.99%
GREEN value IS 168 (66.02% from 255) = 90.32%
BLUE value IS 5 (2.34% from 255) = 2.69%
R=6.99%
G=90.32%
B=2.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1316850.9200.970.34117.0694.2233.92
HexDA855C06122755e22
Octal15250513401414216513642
Binary11011010100010110111000110000110001011101011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,168,5); }

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

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

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

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

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

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

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