#0BBF00

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

Shades of Islamic Green #0BBF00

Tints of Islamic Green #0BBF00

Color information

#0BBF00 (or 0x0BBF00) is unknown color: approx Islamic Green. HEX triplet: 0B, BF and 00. RGB value is (11,191,0). Sum of RGB (Red+Green+Blue) = 11+191+0=202 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.45% from 202); Green value is 191 (75% from 255 or 94.55% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 191 - color contains mainly: green. Hex color #0BBF00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BBF00 is #F440FF. Grayscale: #737373. Windows color (decimal): -16007424 or 48907. OLE color: 48907.

HSL color Cylindrical-coordinate representation of color #0BBF00: hue angle of 116.54º 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 #0BBF00 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB111910-
CMYK0.94010.25
HSL116.54º100%37.45%-
HSV(B)116.54º100%74.9%-
XYZ18.7737.336.22-
YUV115.4162.8753.53-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.45%
GREEN value IS 191 (75% from 255) = 94.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=5.45%
G=94.55%
B=0%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1119100.94010.25116.5410037.45
HexBBF05E06419756425
Octal13277013601443116514445
Binary10111011111101011110011001001100111101011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BBF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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