Html Css Color HEX #0BBB01 Islamic Green

📋 copy color: '#0BBB01'

red 11 ◦ green 187 ◦ blue 1

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

Shades of Islamic Green #0BBB01

Tints of Islamic Green #0BBB01

RGB

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

 GREEN value IS 187 (73.44% from 255) = 93.97%

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 5.53%
G = 93.97%
B = 0.5%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#0BBB01 (or 0x0BBB01) is known color: Islamic Green. HEX triplet: 0B, BB and 01. RGB value is (11,187,1). Sum of RGB (Red+Green+Blue) = 11+187+1=199 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.53% from 199); Green value is 187 (73.44% from 255 or 93.97% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 187 - color contains mainly: green. Hex color #0BBB01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BBB01 is #F444FE. Grayscale: #717171. Windows color (decimal): -16008447 or 113419. OLE color: 113419.

HSL color Cylindrical-coordinate representation of color #0BBB01: hue angle of 116.77º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0BBB01 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 11 187 1 -
CMYK 0.94 0 0.99 0.27
HSL 116.77º 0.99% 0.37% -
HSV(B) 116.77º 0.99% 0.73% -
XYZ 17.91 35.61 5.96 -
YUV 113.17 64.69 55.12 -
System Red Green Blue C M Y K H S L
Decimal 11 187 1 0.94 0 0.99 0.27 116.77 0.99 0.37
Hex B BB 1 5E 0 63 1B 75 63 25
Octal 13 273 1 136 0 143 33 165 143 45
Binary 1011 10111011 1 1011110 0 1100011 11011 1110101 1100011 100101

Color Harmonies of #0BBB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBB01

Black with #0BBB01

Text Example


Text Example

White with #0BBB01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,187,1); }

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

background-color css

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

 a { background-color: rgb(11,187,1); }

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

border-color css

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

 span { border-color: rgb(11,187,1); }

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