#0AB11B

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

Shades of Islamic Green #0AB11B

Tints of Islamic Green #0AB11B

Color information

#0AB11B (or 0x0AB11B) is unknown color: approx Islamic Green. HEX triplet: 0A, B1 and 1B. RGB value is (10,177,27). Sum of RGB (Red+Green+Blue) = 10+177+27=214 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.67% from 214); Green value is 177 (69.53% from 255 or 82.71% from 214); Blue value is 27 (10.94% from 255 or 12.62% from 214); Max value from RGB is 177 - color contains mainly: green. Hex color #0AB11B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AB11B is #F54EE4. Grayscale: #6E6E6E. Windows color (decimal): -16076517 or 1814794. OLE color: 1814794.

HSL color Cylindrical-coordinate representation of color #0AB11B: hue angle of 126.11º 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 #0AB11B is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB1017727-
CMYK0.9400.850.31
HSL126.11º89.3%36.67%-
HSV(B)126.11º94.35%69.41%-
XYZ16.0531.596.29-
YUV109.9781.1756.7-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.67%
GREEN value IS 177 (69.53% from 255) = 82.71%
BLUE value IS 27 (10.94% from 255) = 12.62%
R=4.67%
G=82.71%
B=12.62%

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
Decimal10177270.9400.850.31126.1189.336.67
HexAB11B5E0551F7e5925
Octal122613313601253717613145
Binary101010110001110111011110010101011111111111101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB11B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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