#0DB214

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

Shades of Islamic Green #0DB214

Tints of Islamic Green #0DB214

Color information

#0DB214 (or 0x0DB214) is unknown color: approx Islamic Green. HEX triplet: 0D, B2 and 14. RGB value is (13,178,20). Sum of RGB (Red+Green+Blue) = 13+178+20=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 178 (69.92% from 255 or 84.36% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 178 - color contains mainly: green. Hex color #0DB214 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DB214 is #F24DEB. Grayscale: #6F6F6F. Windows color (decimal): -15879660 or 1356301. OLE color: 1356301.

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

Color convert

RGB1317820-
CMYK0.9300.890.30
HSL122.55º86.39%37.45%-
HSV(B)122.55º92.7%69.8%-
XYZ16.2131.985.98-
YUV110.6576.8458.35-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.16%
GREEN value IS 178 (69.92% from 255) = 84.36%
BLUE value IS 20 (8.20% from 255) = 9.48%
R=6.16%
G=84.36%
B=9.48%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal13178200.9300.890.30122.5586.3937.45
HexDB2145D0591E7b5625
Octal152622413501313617312645
Binary110110110010101001011101010110011111011110111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,178,20); }

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

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

 a { background-color: rgb(13,178,20); }

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

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

 span { border-color: rgb(13,178,20); }

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