Html Css Color HEX #0BBA15 Islamic Green

📋 copy color: '#0BBA15'

red 11 ◦ green 186 ◦ blue 21

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

Shades of Islamic Green #0BBA15

Tints of Islamic Green #0BBA15

RGB

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

 GREEN value IS 186 (73.05% from 255) = 85.32%

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

R = 5.05%
G = 85.32%
B = 9.63%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#0BBA15 (or 0x0BBA15) is known color: Islamic Green. HEX triplet: 0B, BA and 15. RGB value is (11,186,21). Sum of RGB (Red+Green+Blue) = 11+186+21=218 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.05% from 218); Green value is 186 (73.05% from 255 or 85.32% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BBA15 is #F445EA. Grayscale: #737373. Windows color (decimal): -16008683 or 1423883. OLE color: 1423883.

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

Color convert

RGB 11 186 21 -
CMYK 0.94 0 0.89 0.27
HSL 123.43º 0.89% 0.39% -
HSV(B) 123.43º 0.94% 0.73% -
XYZ 17.83 35.24 6.57 -
YUV 114.87 75.02 53.92 -
System Red Green Blue C M Y K H S L
Decimal 11 186 21 0.94 0 0.89 0.27 123.43 0.89 0.39
Hex B BA 15 5E 0 59 1B 7B 59 27
Octal 13 272 25 136 0 131 33 173 131 47
Binary 1011 10111010 10101 1011110 0 1011001 11011 1111011 1011001 100111

Color Harmonies of #0BBA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBA15

Black with #0BBA15

Text Example


Text Example

White with #0BBA15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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