#0DB01C

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

Shades of Islamic Green #0DB01C

Tints of Islamic Green #0DB01C

Color information

#0DB01C (or 0x0DB01C) is unknown color: approx Islamic Green. HEX triplet: 0D, B0 and 1C. RGB value is (13,176,28). Sum of RGB (Red+Green+Blue) = 13+176+28=217 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.99% from 217); Green value is 176 (69.14% from 255 or 81.11% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 176 - color contains mainly: green. Hex color #0DB01C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DB01C is #F24FE3. Grayscale: #6E6E6E. Windows color (decimal): -15880164 or 1880077. OLE color: 1880077.

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

Color convert

RGB1317628-
CMYK0.9300.840.31
HSL125.52º86.24%37.06%-
HSV(B)125.52º92.61%69.02%-
XYZ15.931.226.29-
YUV110.3981.558.53-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.99%
GREEN value IS 176 (69.14% from 255) = 81.11%
BLUE value IS 28 (11.33% from 255) = 12.90%
R=5.99%
G=81.11%
B=12.90%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal13176280.9300.840.31125.5286.2437.06
HexDB01C5D0541F7e5625
Octal152603413501243717612645
Binary110110110000111001011101010101001111111111101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB01C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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