#0ABB12

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

Shades of Islamic Green #0ABB12

Tints of Islamic Green #0ABB12

Color information

#0ABB12 (or 0x0ABB12) is unknown color: approx Islamic Green. HEX triplet: 0A, BB and 12. RGB value is (10,187,18). Sum of RGB (Red+Green+Blue) = 10+187+18=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 187 (73.44% from 255 or 86.98% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABB12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ABB12 is #F544ED. Grayscale: #737373. Windows color (decimal): -16073966 or 1227530. OLE color: 1227530.

HSL color Cylindrical-coordinate representation of color #0ABB12: hue angle of 122.71º 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 #0ABB12 is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB1018718-
CMYK0.9500.900.27
HSL122.71º89.85%38.63%-
HSV(B)122.71º94.65%73.33%-
XYZ1835.656.5-
YUV114.8173.3653.24-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.65%
GREEN value IS 187 (73.44% from 255) = 86.98%
BLUE value IS 18 (7.42% from 255) = 8.37%
R=4.65%
G=86.98%
B=8.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10187180.9500.900.27122.7189.8538.63
HexABB125F05A1B7b5a27
Octal122732213701323317313247
Binary101010111011100101011111010110101101111110111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABB12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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