#0BB20B

Color #0BB20B Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #0BB20B

Tints of Islamic Green #0BB20B

Color information

#0BB20B (or 0x0BB20B) is unknown color: approx Islamic Green. HEX triplet: 0B, B2 and 0B. RGB value is (11,178,11). Sum of RGB (Red+Green+Blue) = 11+178+11=200 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.5% from 200); Green value is 178 (69.92% from 255 or 89% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 178 - color contains mainly: green. Hex color #0BB20B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BB20B is #F44DF4. Grayscale: #6D6D6D. Windows color (decimal): -16010741 or 766475. OLE color: 766475.

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

Color convert

RGB1117811-
CMYK0.9400.940.30
HSL120º88.36%37.06%-
HSV(B)120º93.82%69.8%-
XYZ16.1231.945.63-
YUV109.0372.6758.08-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.5%
GREEN value IS 178 (69.92% from 255) = 89%
BLUE value IS 11 (4.69% from 255) = 5.5%
R=5.5%
G=89%
B=5.5%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal11178110.9400.940.3012088.3637.06
HexBB2B5E05E1E785825
Octal132621313601363617013045
Binary10111011001010111011110010111101111011110001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB20B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,178,11); }

 H1.HeaderClassName
 {
   color: #0BB20B;
 }
 .AnyTagClassName
 {
   color: #0BB20B;
 }
</style>
background-color css

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

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

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

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

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

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