#0DB408

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

Shades of Islamic Green #0DB408

Tints of Islamic Green #0DB408

Color information

#0DB408 (or 0x0DB408) is unknown color: approx Islamic Green. HEX triplet: 0D, B4 and 08. RGB value is (13,180,8). Sum of RGB (Red+Green+Blue) = 13+180+8=201 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.47% from 201); Green value is 180 (70.70% from 255 or 89.55% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 180 - color contains mainly: green. Hex color #0DB408 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DB408 is #F24BF7. Grayscale: #6E6E6E. Windows color (decimal): -15879160 or 570381. OLE color: 570381.

HSL color Cylindrical-coordinate representation of color #0DB408: hue angle of 118.26º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0DB408 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB131808-
CMYK0.9300.960.29
HSL118.26º91.49%36.86%-
HSV(B)118.26º95.56%70.59%-
XYZ16.5332.755.68-
YUV110.4670.1758.49-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.47%
GREEN value IS 180 (70.70% from 255) = 89.55%
BLUE value IS 8 (3.52% from 255) = 3.98%
R=6.47%
G=89.55%
B=3.98%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1318080.9300.960.29118.2691.4936.86
HexDB485D0601D765b25
Octal152641013501403516613345
Binary11011011010010001011101011000001110111101101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,180,8); }

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

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

 a { background-color: rgb(13,180,8); }

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

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

 span { border-color: rgb(13,180,8); }

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