Html Css Color HEX #0BB615 Islamic Green

📋 copy color: '#0BB615'

red 11 ◦ green 182 ◦ blue 21

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

Shades of Islamic Green #0BB615

Tints of Islamic Green #0BB615

RGB

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

 GREEN value IS 182 (71.48% from 255) = 85.05%

 BLUE value IS 21 (8.59% from 255) = 9.81%

R = 5.14%
G = 85.05%
B = 9.81%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#0BB615 (or 0x0BB615) is known color: Islamic Green. HEX triplet: 0B, B6 and 15. RGB value is (11,182,21). Sum of RGB (Red+Green+Blue) = 11+182+21=214 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.14% from 214); Green value is 182 (71.48% from 255 or 85.05% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 182 - color contains mainly: green. Hex color #0BB615 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BB615 is #F449EA. Grayscale: #707070. Windows color (decimal): -16009707 or 1422859. OLE color: 1422859.

HSL color Cylindrical-coordinate representation of color #0BB615: hue angle of 123.51º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB615 is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 11 182 21 -
CMYK 0.94 0 0.88 0.29
HSL 123.51º 0.89% 0.38% -
HSV(B) 123.51º 0.94% 0.71% -
XYZ 17 33.58 6.3 -
YUV 112.52 76.35 55.59 -
System Red Green Blue C M Y K H S L
Decimal 11 182 21 0.94 0 0.88 0.29 123.51 0.89 0.38
Hex B B6 15 5E 0 58 1D 7C 59 26
Octal 13 266 25 136 0 130 35 174 131 46
Binary 1011 10110110 10101 1011110 0 1011000 11101 1111100 1011001 100110

Color Harmonies of #0BB615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB615

Black with #0BB615

Text Example


Text Example

White with #0BB615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,182,21); }

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

background-color css

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

 a { background-color: rgb(11,182,21); }

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

border-color css

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

 span { border-color: rgb(11,182,21); }

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