#0AA31C

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

Shades of Islamic Green #0AA31C

Tints of Islamic Green #0AA31C

Color information

#0AA31C (or 0x0AA31C) is unknown color: approx Islamic Green. HEX triplet: 0A, A3 and 1C. RGB value is (10,163,28). Sum of RGB (Red+Green+Blue) = 10+163+28=201 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.98% from 201); Green value is 163 (64.06% from 255 or 81.09% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 163 - color contains mainly: green. Hex color #0AA31C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA31C is #F55CE3. Grayscale: #666666. Windows color (decimal): -16080100 or 1876746. OLE color: 1876746.

HSL color Cylindrical-coordinate representation of color #0AA31C: hue angle of 127.06º degrees, saturation: 0.88, 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 #0AA31C is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB1016328-
CMYK0.9400.830.36
HSL127.06º88.44%33.92%-
HSV(B)127.06º93.87%63.92%-
XYZ13.4326.345.48-
YUV101.8686.3162.48-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.98%
GREEN value IS 163 (64.06% from 255) = 81.09%
BLUE value IS 28 (11.33% from 255) = 13.93%
R=4.98%
G=81.09%
B=13.93%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10163280.9400.830.36127.0688.4433.92
HexAA31C5E053247f5822
Octal122433413601234417713042
Binary1010101000111110010111100101001110010011111111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA31C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,163,28); }

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

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

 a { background-color: rgb(10,163,28); }

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

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

 span { border-color: rgb(10,163,28); }

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