Html Css Color HEX #0BB112 Islamic Green

📋 copy color: '#0BB112'

red 11 ◦ green 177 ◦ blue 18

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

Shades of Islamic Green #0BB112

Tints of Islamic Green #0BB112

RGB

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

 GREEN value IS 177 (69.53% from 255) = 85.92%

 BLUE value IS 18 (7.42% from 255) = 8.74%

R = 5.34%
G = 85.92%
B = 8.74%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#0BB112 (or 0x0BB112) is known color: Islamic Green. HEX triplet: 0B, B1 and 12. RGB value is (11,177,18). Sum of RGB (Red+Green+Blue) = 11+177+18=206 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.34% from 206); Green value is 177 (69.53% from 255 or 85.92% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 177 - color contains mainly: green. Hex color #0BB112 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BB112 is #F44EED. Grayscale: #6D6D6D. Windows color (decimal): -16010990 or 1224971. OLE color: 1224971.

HSL color Cylindrical-coordinate representation of color #0BB112: hue angle of 122.53º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB112 is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 11 177 18 -
CMYK 0.94 0 0.90 0.31
HSL 122.53º 0.88% 0.37% -
HSV(B) 122.53º 0.94% 0.69% -
XYZ 15.97 31.56 5.82 -
YUV 109.24 76.5 57.93 -
System Red Green Blue C M Y K H S L
Decimal 11 177 18 0.94 0 0.90 0.31 122.53 0.88 0.37
Hex B B1 12 5E 0 5A 1F 7B 58 25
Octal 13 261 22 136 0 132 37 173 130 45
Binary 1011 10110001 10010 1011110 0 1011010 11111 1111011 1011000 100101

Color Harmonies of #0BB112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB112

Black with #0BB112

Text Example


Text Example

White with #0BB112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,177,18); }

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

background-color css

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

 a { background-color: rgb(11,177,18); }

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

border-color css

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

 span { border-color: rgb(11,177,18); }

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