#0AA40B

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

Shades of Islamic Green #0AA40B

Tints of Islamic Green #0AA40B

Color information

#0AA40B (or 0x0AA40B) is unknown color: approx Islamic Green. HEX triplet: 0A, A4 and 0B. RGB value is (10,164,11). Sum of RGB (Red+Green+Blue) = 10+164+11=185 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.41% from 185); Green value is 164 (64.45% from 255 or 88.65% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 164 - color contains mainly: green. Hex color #0AA40B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AA40B is #F55BF4. Grayscale: #646464. Windows color (decimal): -16079861 or 762890. OLE color: 762890.

HSL color Cylindrical-coordinate representation of color #0AA40B: hue angle of 120.39º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA40B is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB1016411-
CMYK0.9400.930.36
HSL120.39º88.51%34.12%-
HSV(B)120.39º93.9%64.31%-
XYZ13.4626.644.75-
YUV100.5177.4863.44-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.41%
GREEN value IS 164 (64.45% from 255) = 88.65%
BLUE value IS 11 (4.69% from 255) = 5.95%
R=5.41%
G=88.65%
B=5.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10164110.9400.930.36120.3988.5134.12
HexAA4B5E05D24785922
Octal122441313601354417013142
Binary101010100100101110111100101110110010011110001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA40B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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