#0DB617

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

Shades of Islamic Green #0DB617

Tints of Islamic Green #0DB617

Color information

#0DB617 (or 0x0DB617) is unknown color: approx Islamic Green. HEX triplet: 0D, B6 and 17. RGB value is (13,182,23). Sum of RGB (Red+Green+Blue) = 13+182+23=218 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.96% from 218); Green value is 182 (71.48% from 255 or 83.49% from 218); Blue value is 23 (9.38% from 255 or 10.55% from 218); Max value from RGB is 182 - color contains mainly: green. Hex color #0DB617 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DB617 is #F249E8. Grayscale: #717171. Windows color (decimal): -15878633 or 1553933. OLE color: 1553933.

HSL color Cylindrical-coordinate representation of color #0DB617: hue angle of 123.55º 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 #0DB617 is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB1318223-
CMYK0.9300.870.29
HSL123.55º86.67%38.24%-
HSV(B)123.55º92.86%71.37%-
XYZ17.0533.66.4-
YUV113.3477.0156.43-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.96%
GREEN value IS 182 (71.48% from 255) = 83.49%
BLUE value IS 23 (9.38% from 255) = 10.55%
R=5.96%
G=83.49%
B=10.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal13182230.9300.870.29123.5586.6738.24
HexDB6175D0571D7c5726
Octal152662713501273517412746
Binary110110110110101111011101010101111110111111001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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