#0DBF01

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

Shades of Islamic Green #0DBF01

Tints of Islamic Green #0DBF01

Color information

#0DBF01 (or 0x0DBF01) is unknown color: approx Islamic Green. HEX triplet: 0D, BF and 01. RGB value is (13,191,1). Sum of RGB (Red+Green+Blue) = 13+191+1=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 191 (75% from 255 or 93.17% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBF01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DBF01 is #F240FE. Grayscale: #747474. Windows color (decimal): -15876351 or 114445. OLE color: 114445.

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

Color convert

RGB131911-
CMYK0.9300.990.25
HSL116.21º98.96%37.65%-
HSV(B)116.21º99.48%74.9%-
XYZ18.837.356.25-
YUV116.1263.0354.45-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.34%
GREEN value IS 191 (75% from 255) = 93.17%
BLUE value IS 1 (0.78% from 255) = 0.49%
R=6.34%
G=93.17%
B=0.49%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1319110.9300.990.25116.2198.9637.65
HexDBF15D06319746326
Octal15277113501433116414346
Binary11011011111111011101011000111100111101001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DBF01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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