#0DB911

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

Shades of Islamic Green #0DB911

Tints of Islamic Green #0DB911

Color information

#0DB911 (or 0x0DB911) is unknown color: approx Islamic Green. HEX triplet: 0D, B9 and 11. RGB value is (13,185,17). Sum of RGB (Red+Green+Blue) = 13+185+17=215 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.05% from 215); Green value is 185 (72.66% from 255 or 86.05% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 185 - color contains mainly: green. Hex color #0DB911 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DB911 is #F246EE. Grayscale: #727272. Windows color (decimal): -15877871 or 1161485. OLE color: 1161485.

HSL color Cylindrical-coordinate representation of color #0DB911: hue angle of 121.4º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB911 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB1318517-
CMYK0.9300.910.27
HSL121.4º86.87%38.82%-
HSV(B)121.4º92.97%72.55%-
XYZ17.6234.826.32-
YUV114.4273.0255.66-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.05%
GREEN value IS 185 (72.66% from 255) = 86.05%
BLUE value IS 17 (7.03% from 255) = 7.91%
R=6.05%
G=86.05%
B=7.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13185170.9300.910.27121.486.8738.82
HexDB9115D05B1B795727
Octal152712113501333317112747
Binary110110111001100011011101010110111101111110011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,185,17); }

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

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

 a { background-color: rgb(13,185,17); }

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

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

 span { border-color: rgb(13,185,17); }

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