#0DB615

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

Shades of Islamic Green #0DB615

Tints of Islamic Green #0DB615

Color information

#0DB615 (or 0x0DB615) is unknown color: approx Islamic Green. HEX triplet: 0D, B6 and 15. RGB value is (13,182,21). Sum of RGB (Red+Green+Blue) = 13+182+21=216 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.02% from 216); Green value is 182 (71.48% from 255 or 84.26% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 182 - color contains mainly: green. Hex color #0DB615 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DB615 is #F249EA. Grayscale: #717171. Windows color (decimal): -15878635 or 1422861. OLE color: 1422861.

HSL color Cylindrical-coordinate representation of color #0DB615: hue angle of 122.84º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB615 is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB1318221-
CMYK0.9300.880.29
HSL122.84º86.67%38.24%-
HSV(B)122.84º92.86%71.37%-
XYZ17.0333.66.3-
YUV113.1276.0156.59-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.02%
GREEN value IS 182 (71.48% from 255) = 84.26%
BLUE value IS 21 (8.59% from 255) = 9.72%
R=6.02%
G=84.26%
B=9.72%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal13182210.9300.880.29122.8486.6738.24
HexDB6155D0581D7b5726
Octal152662513501303517312746
Binary110110110110101011011101010110001110111110111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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