#0DB50C

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

Shades of Islamic Green #0DB50C

Tints of Islamic Green #0DB50C

Color information

#0DB50C (or 0x0DB50C) is unknown color: approx Islamic Green. HEX triplet: 0D, B5 and 0C. RGB value is (13,181,12). Sum of RGB (Red+Green+Blue) = 13+181+12=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 181 (71.09% from 255 or 87.86% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 181 - color contains mainly: green. Hex color #0DB50C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DB50C is #F24AF3. Grayscale: #707070. Windows color (decimal): -15878900 or 832781. OLE color: 832781.

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

Color convert

RGB1318112-
CMYK0.9300.930.29
HSL119.64º87.56%37.84%-
HSV(B)119.64º93.37%70.98%-
XYZ16.7633.165.87-
YUV111.571.8457.74-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.31%
GREEN value IS 181 (71.09% from 255) = 87.86%
BLUE value IS 12 (5.08% from 255) = 5.83%
R=6.31%
G=87.86%
B=5.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal13181120.9300.930.29119.6487.5637.84
HexDB5C5D05D1D785826
Octal152651413501353517013046
Binary11011011010111001011101010111011110111110001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,181,12); }

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

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

 a { background-color: rgb(13,181,12); }

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

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

 span { border-color: rgb(13,181,12); }

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