#0D9D19

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

Shades of Islamic Green #0D9D19

Tints of Islamic Green #0D9D19

Color information

#0D9D19 (or 0x0D9D19) is unknown color: approx Islamic Green. HEX triplet: 0D, 9D and 19. RGB value is (13,157,25). Sum of RGB (Red+Green+Blue) = 13+157+25=195 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.67% from 195); Green value is 157 (61.72% from 255 or 80.51% from 195); Blue value is 25 (10.16% from 255 or 12.82% from 195); Max value from RGB is 157 - color contains mainly: green. Hex color #0D9D19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D9D19 is #F262E6. Grayscale: #636363. Windows color (decimal): -15885031 or 1678605. OLE color: 1678605.

HSL color Cylindrical-coordinate representation of color #0D9D19: hue angle of 125º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9D19 is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB1315725-
CMYK0.9200.840.38
HSL125º84.71%33.33%-
HSV(B)125º91.72%61.57%-
XYZ12.424.274.95-
YUV98.986.2966.73-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.67%
GREEN value IS 157 (61.72% from 255) = 80.51%
BLUE value IS 25 (10.16% from 255) = 12.82%
R=6.67%
G=80.51%
B=12.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13157250.9200.840.3812584.7133.33
HexD9D195C054267d5521
Octal152353113401244617512541
Binary1101100111011100110111000101010010011011111011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,157,25); }

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

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

 a { background-color: rgb(13,157,25); }

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

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

 span { border-color: rgb(13,157,25); }

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