#0DB613

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

Shades of Islamic Green #0DB613

Tints of Islamic Green #0DB613

Color information

#0DB613 (or 0x0DB613) is unknown color: approx Islamic Green. HEX triplet: 0D, B6 and 13. RGB value is (13,182,19). Sum of RGB (Red+Green+Blue) = 13+182+19=214 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.07% from 214); Green value is 182 (71.48% from 255 or 85.05% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 182 - color contains mainly: green. Hex color #0DB613 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DB613 is #F249EC. Grayscale: #717171. Windows color (decimal): -15878637 or 1291789. OLE color: 1291789.

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

Color convert

RGB1318219-
CMYK0.9300.900.29
HSL122.13º86.67%38.24%-
HSV(B)122.13º92.86%71.37%-
XYZ17.0133.596.2-
YUV112.8975.0156.75-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.07%
GREEN value IS 182 (71.48% from 255) = 85.05%
BLUE value IS 19 (7.81% from 255) = 8.88%
R=6.07%
G=85.05%
B=8.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal13182190.9300.900.29122.1386.6738.24
HexDB6135D05A1D7a5726
Octal152662313501323517212746
Binary110110110110100111011101010110101110111110101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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