Html Css Color HEX #0BBF00 Islamic Green

📋 copy color: '#0BBF00'

red 11 ◦ green 191 ◦ blue 0

#0BBF00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #0BBF00

Tints of Islamic Green #0BBF00

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 value IS 0.94

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#0BBF00 (or 0x0BBF00) is known color: 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

RGB 11 191 0 -
CMYK 0.94 0 1 0.25
HSL 116.54º 1% 0.37% -
HSV(B) 116.54º 1% 0.75% -
XYZ 18.77 37.33 6.22 -
YUV 115.41 62.87 53.53 -
System Red Green Blue C M Y K H S L
Decimal 11 191 0 0.94 0 1 0.25 116.54 1 0.37
Hex B BF 0 5E 0 64 19 75 64 25
Octal 13 277 0 136 0 144 31 165 144 45
Binary 1011 10111111 0 1011110 0 1100100 11001 1110101 1100100 100101

Color Harmonies of #0BBF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBF00

Black with #0BBF00

Text Example


Text Example

White with #0BBF00

Text Example


Text Example

HTML Codes & Css Web 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>