#0DBF00

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

Shades of Islamic Green #0DBF00

Tints of Islamic Green #0DBF00

Color information

#0DBF00 (or 0x0DBF00) is unknown color: approx Islamic Green. HEX triplet: 0D, BF and 00. RGB value is (13,191,0). Sum of RGB (Red+Green+Blue) = 13+191+0=204 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.37% from 204); Green value is 191 (75% from 255 or 93.63% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBF00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DBF00 is #F240FF. Grayscale: #747474. Windows color (decimal): -15876352 or 48909. OLE color: 48909.

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

Color convert

RGB131910-
CMYK0.93010.25
HSL115.92º100%37.45%-
HSV(B)115.92º100%74.9%-
XYZ18.837.356.22-
YUV11662.5354.53-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.37%
GREEN value IS 191 (75% from 255) = 93.63%
BLUE value IS 0 (0.39% from 255) = 0%
R=6.37%
G=93.63%
B=0%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1319100.93010.25115.9210037.45
HexDBF05D06419746425
Octal15277013501443116414445
Binary11011011111101011101011001001100111101001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DBF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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