#0ABB11

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

Shades of Islamic Green #0ABB11

Tints of Islamic Green #0ABB11

Color information

#0ABB11 (or 0x0ABB11) is unknown color: approx Islamic Green. HEX triplet: 0A, BB and 11. RGB value is (10,187,17). Sum of RGB (Red+Green+Blue) = 10+187+17=214 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.67% from 214); Green value is 187 (73.44% from 255 or 87.38% from 214); Blue value is 17 (7.03% from 255 or 7.94% from 214); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABB11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ABB11 is #F544EE. Grayscale: #737373. Windows color (decimal): -16073967 or 1161994. OLE color: 1161994.

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

Color convert

RGB1018717-
CMYK0.9500.910.27
HSL122.37º89.85%38.63%-
HSV(B)122.37º94.65%73.33%-
XYZ1835.656.46-
YUV114.772.8653.32-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.67%
GREEN value IS 187 (73.44% from 255) = 87.38%
BLUE value IS 17 (7.03% from 255) = 7.94%
R=4.67%
G=87.38%
B=7.94%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10187170.9500.910.27122.3789.8538.63
HexABB115F05B1B7a5a27
Octal122732113701333317213247
Binary101010111011100011011111010110111101111110101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABB11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,187,17); }

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

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

 a { background-color: rgb(10,187,17); }

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

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

 span { border-color: rgb(10,187,17); }

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