#0D9502

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

Shades of Islamic Green #0D9502

Tints of Islamic Green #0D9502

Color information

#0D9502 (or 0x0D9502) is unknown color: approx Islamic Green. HEX triplet: 0D, 95 and 02. RGB value is (13,149,2). Sum of RGB (Red+Green+Blue) = 13+149+2=164 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.93% from 164); Green value is 149 (58.59% from 255 or 90.85% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 149 - color contains mainly: green. Hex color #0D9502 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D9502 is #F26AFD. Grayscale: #5C5C5C. Windows color (decimal): -15887102 or 169229. OLE color: 169229.

HSL color Cylindrical-coordinate representation of color #0D9502: hue angle of 115.51º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D9502 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB131492-
CMYK0.9100.990.42
HSL115.51º97.35%29.61%-
HSV(B)115.51º98.66%58.43%-
XYZ10.9221.583.65-
YUV91.5877.4471.95-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.93%
GREEN value IS 149 (58.59% from 255) = 90.85%
BLUE value IS 2 (1.17% from 255) = 1.22%
R=7.93%
G=90.85%
B=1.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1314920.9100.990.42115.5197.3529.61
HexD9525B0632A74611e
Octal15225213301435216414136
Binary110110010101101011011011000111010101110100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,149,2); }

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

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

 a { background-color: rgb(13,149,2); }

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

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

 span { border-color: rgb(13,149,2); }

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