Html Css Color HEX #0BBE00 Islamic Green

📋 copy color: '#0BBE00'

red 11 ◦ green 190 ◦ blue 0

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

Shades of Islamic Green #0BBE00

Tints of Islamic Green #0BBE00

RGB

 RED value IS 11 (4.69% from 255) = 5.47%

 GREEN value IS 190 (74.61% from 255) = 94.53%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 5.47%
G = 94.53%
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

#0BBE00 (or 0x0BBE00) is known color: Islamic Green. HEX triplet: 0B, BE and 00. RGB value is (11,190,0). Sum of RGB (Red+Green+Blue) = 11+190+0=201 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.47% from 201); Green value is 190 (74.61% from 255 or 94.53% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 190 - color contains mainly: green. Hex color #0BBE00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BBE00 is #F441FF. Grayscale: #737373. Windows color (decimal): -16007680 or 48651. OLE color: 48651.

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

Color convert

RGB 11 190 0 -
CMYK 0.94 0 1 0.25
HSL 116.53º 1% 0.37% -
HSV(B) 116.53º 1% 0.75% -
XYZ 18.55 36.9 6.14 -
YUV 114.82 63.2 53.95 -
System Red Green Blue C M Y K H S L
Decimal 11 190 0 0.94 0 1 0.25 116.53 1 0.37
Hex B BE 0 5E 0 64 19 75 64 25
Octal 13 276 0 136 0 144 31 165 144 45
Binary 1011 10111110 0 1011110 0 1100100 11001 1110101 1100100 100101

Color Harmonies of #0BBE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBE00

Black with #0BBE00

Text Example


Text Example

White with #0BBE00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0BBE00;
 }
 .AnyTagClassName
 {
   color: #0BBE00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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