#0D9A05

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

Shades of Islamic Green #0D9A05

Tints of Islamic Green #0D9A05

Color information

#0D9A05 (or 0x0D9A05) is unknown color: approx Islamic Green. HEX triplet: 0D, 9A and 05. RGB value is (13,154,5). Sum of RGB (Red+Green+Blue) = 13+154+5=172 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.56% from 172); Green value is 154 (60.55% from 255 or 89.53% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 154 - color contains mainly: green. Hex color #0D9A05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D9A05 is #F265FA. Grayscale: #5F5F5F. Windows color (decimal): -15885819 or 367117. OLE color: 367117.

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

Color convert

RGB131545-
CMYK0.9200.970.40
HSL116.78º93.71%31.18%-
HSV(B)116.78º96.75%60.39%-
XYZ11.7523.214-
YUV94.8577.2969.62-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.56%
GREEN value IS 154 (60.55% from 255) = 89.53%
BLUE value IS 5 (2.34% from 255) = 2.91%
R=7.56%
G=89.53%
B=2.91%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1315450.9200.970.40116.7893.7131.18
HexD9A55C06128755e1f
Octal15232513401415016513637
Binary1101100110101011011100011000011010001110101101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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