#0BAA0A

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

Shades of Islamic Green #0BAA0A

Tints of Islamic Green #0BAA0A

Color information

#0BAA0A (or 0x0BAA0A) is unknown color: approx Islamic Green. HEX triplet: 0B, AA and 0A. RGB value is (11,170,10). Sum of RGB (Red+Green+Blue) = 11+170+10=191 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.76% from 191); Green value is 170 (66.80% from 255 or 89.01% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 170 - color contains mainly: green. Hex color #0BAA0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BAA0A is #F455F5. Grayscale: #686868. Windows color (decimal): -16012790 or 698891. OLE color: 698891.

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

Color convert

RGB1117010-
CMYK0.9400.940.33
HSL119.62º88.89%35.29%-
HSV(B)119.62º94.12%66.67%-
XYZ14.5728.845.09-
YUV104.2274.8261.51-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.76%
GREEN value IS 170 (66.80% from 255) = 89.01%
BLUE value IS 10 (4.30% from 255) = 5.24%
R=5.76%
G=89.01%
B=5.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11170100.9400.940.33119.6288.8935.29
HexBAAA5E05E21785923
Octal132521213601364117013143
Binary101110101010101010111100101111010000111110001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAA0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,170,10); }

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

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

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

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

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

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

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