#0DBA00

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

Shades of Islamic Green #0DBA00

Tints of Islamic Green #0DBA00

Color information

#0DBA00 (or 0x0DBA00) is unknown color: approx Islamic Green. HEX triplet: 0D, BA and 00. RGB value is (13,186,0). Sum of RGB (Red+Green+Blue) = 13+186+0=199 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.53% from 199); Green value is 186 (73.05% from 255 or 93.47% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 186 - color contains mainly: green. Hex color #0DBA00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DBA00 is #F245FF. Grayscale: #717171. Windows color (decimal): -15877632 or 47629. OLE color: 47629.

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

Color convert

RGB131860-
CMYK0.93010.27
HSL115.81º100%36.47%-
HSV(B)115.81º100%72.94%-
XYZ17.7235.25.86-
YUV113.0764.1956.62-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.53%
GREEN value IS 186 (73.05% from 255) = 93.47%
BLUE value IS 0 (0.39% from 255) = 0%
R=6.53%
G=93.47%
B=0%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1318600.93010.27115.8110036.47
HexDBA05D0641B746424
Octal15272013501443316414444
Binary11011011101001011101011001001101111101001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DBA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,186,0); }

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

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

 a { background-color: rgb(13,186,0); }

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

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

 span { border-color: rgb(13,186,0); }

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