#0DB413

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

Shades of Islamic Green #0DB413

Tints of Islamic Green #0DB413

Color information

#0DB413 (or 0x0DB413) is unknown color: approx Islamic Green. HEX triplet: 0D, B4 and 13. RGB value is (13,180,19). Sum of RGB (Red+Green+Blue) = 13+180+19=212 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.13% from 212); Green value is 180 (70.70% from 255 or 84.91% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 180 - color contains mainly: green. Hex color #0DB413 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DB413 is #F24BEC. Grayscale: #707070. Windows color (decimal): -15879149 or 1291277. OLE color: 1291277.

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

Color convert

RGB1318019-
CMYK0.9300.890.29
HSL122.16º86.53%37.84%-
HSV(B)122.16º92.78%70.59%-
XYZ16.632.786.07-
YUV111.7175.6757.59-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.13%
GREEN value IS 180 (70.70% from 255) = 84.91%
BLUE value IS 19 (7.81% from 255) = 8.96%
R=6.13%
G=84.91%
B=8.96%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal13180190.9300.890.29122.1686.5337.84
HexDB4135D0591D7a5726
Octal152642313501313517212746
Binary110110110100100111011101010110011110111110101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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