#0AB11A

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

Shades of Islamic Green #0AB11A

Tints of Islamic Green #0AB11A

Color information

#0AB11A (or 0x0AB11A) is unknown color: approx Islamic Green. HEX triplet: 0A, B1 and 1A. RGB value is (10,177,26). Sum of RGB (Red+Green+Blue) = 10+177+26=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 177 (69.53% from 255 or 83.10% from 213); Blue value is 26 (10.55% from 255 or 12.21% from 213); Max value from RGB is 177 - color contains mainly: green. Hex color #0AB11A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AB11A is #F54EE5. Grayscale: #6E6E6E. Windows color (decimal): -16076518 or 1749258. OLE color: 1749258.

HSL color Cylindrical-coordinate representation of color #0AB11A: hue angle of 125.75º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB11A is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB1017726-
CMYK0.9400.850.31
HSL125.75º89.3%36.67%-
HSV(B)125.75º94.35%69.41%-
XYZ16.0331.586.23-
YUV109.8580.6756.78-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.69%
GREEN value IS 177 (69.53% from 255) = 83.10%
BLUE value IS 26 (10.55% from 255) = 12.21%
R=4.69%
G=83.10%
B=12.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal10177260.9400.850.31125.7589.336.67
HexAB11A5E0551F7e5925
Octal122613213601253717613145
Binary101010110001110101011110010101011111111111101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB11A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,177,26); }

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

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

 a { background-color: rgb(10,177,26); }

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

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

 span { border-color: rgb(10,177,26); }

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