#0D9215

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

Shades of Islamic Green #0D9215

Tints of Islamic Green #0D9215

Color information

#0D9215 (or 0x0D9215) is unknown color: approx Islamic Green. HEX triplet: 0D, 92 and 15. RGB value is (13,146,21). Sum of RGB (Red+Green+Blue) = 13+146+21=180 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.22% from 180); Green value is 146 (57.42% from 255 or 81.11% from 180); Blue value is 21 (8.59% from 255 or 11.67% from 180); Max value from RGB is 146 - color contains mainly: green. Hex color #0D9215 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D9215 is #F26DEA. Grayscale: #5C5C5C. Windows color (decimal): -15887851 or 1413645. OLE color: 1413645.

HSL color Cylindrical-coordinate representation of color #0D9215: hue angle of 123.61º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9215 is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB1314621-
CMYK0.9100.860.43
HSL123.61º83.65%31.18%-
HSV(B)123.61º91.1%57.25%-
XYZ10.5820.74.15-
YUV91.9887.9471.66-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.22%
GREEN value IS 146 (57.42% from 255) = 81.11%
BLUE value IS 21 (8.59% from 255) = 11.67%
R=7.22%
G=81.11%
B=11.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13146210.9100.860.43123.6183.6531.18
HexD92155B0562B7c541f
Octal152222513301265317412437
Binary110110010010101011011011010101101010111111100101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,146,21); }

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

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

 a { background-color: rgb(13,146,21); }

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

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

 span { border-color: rgb(13,146,21); }

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