#0DB012

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

Shades of Islamic Green #0DB012

Tints of Islamic Green #0DB012

Color information

#0DB012 (or 0x0DB012) is unknown color: approx Islamic Green. HEX triplet: 0D, B0 and 12. RGB value is (13,176,18). Sum of RGB (Red+Green+Blue) = 13+176+18=207 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.28% from 207); Green value is 176 (69.14% from 255 or 85.02% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 176 - color contains mainly: green. Hex color #0DB012 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DB012 is #F24FED. Grayscale: #6D6D6D. Windows color (decimal): -15880174 or 1224717. OLE color: 1224717.

HSL color Cylindrical-coordinate representation of color #0DB012: hue angle of 121.84º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB012 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB1317618-
CMYK0.9300.900.31
HSL121.84º86.24%37.06%-
HSV(B)121.84º92.61%69.02%-
XYZ15.831.185.76-
YUV109.2576.559.35-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.28%
GREEN value IS 176 (69.14% from 255) = 85.02%
BLUE value IS 18 (7.42% from 255) = 8.70%
R=6.28%
G=85.02%
B=8.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal13176180.9300.900.31121.8486.2437.06
HexDB0125D05A1F7a5625
Octal152602213501323717212645
Binary110110110000100101011101010110101111111110101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,176,18); }

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

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

 a { background-color: rgb(13,176,18); }

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

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

 span { border-color: rgb(13,176,18); }

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