#0BA611

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

Shades of Islamic Green #0BA611

Tints of Islamic Green #0BA611

Color information

#0BA611 (or 0x0BA611) is unknown color: approx Islamic Green. HEX triplet: 0B, A6 and 11. RGB value is (11,166,17). Sum of RGB (Red+Green+Blue) = 11+166+17=194 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.67% from 194); Green value is 166 (65.23% from 255 or 85.57% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 166 - color contains mainly: green. Hex color #0BA611 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BA611 is #F459EE. Grayscale: #676767. Windows color (decimal): -16013807 or 1156619. OLE color: 1156619.

HSL color Cylindrical-coordinate representation of color #0BA611: hue angle of 122.32º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA611 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB1116617-
CMYK0.9300.900.35
HSL122.32º87.57%34.71%-
HSV(B)122.32º93.37%65.1%-
XYZ13.8827.385.08-
YUV102.6779.6562.62-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.67%
GREEN value IS 166 (65.23% from 255) = 85.57%
BLUE value IS 17 (7.03% from 255) = 8.76%
R=5.67%
G=85.57%
B=8.76%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal11166170.9300.900.35122.3287.5734.71
HexBA6115D05A237a5823
Octal132462113501324317213043
Binary1011101001101000110111010101101010001111110101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,166,17); }

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

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

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

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

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

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

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