#A0FC93

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

Shades of Pale Green #A0FC93

Tints of Pale Green #A0FC93

Color information

#A0FC93 (or 0xA0FC93) is unknown color: approx Pale Green. HEX triplet: A0, FC and 93. RGB value is (160,252,147). Sum of RGB (Red+Green+Blue) = 160+252+147=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 252 (98.83% from 255 or 45.08% from 559); Blue value is 147 (57.81% from 255 or 26.30% from 559); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FC93 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FC93 is #5F036C. Grayscale: #D4D4D4. Windows color (decimal): -6226797 or 9698464. OLE color: 9698464.

HSL color Cylindrical-coordinate representation of color #A0FC93: hue angle of 112.57º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0FC93 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB160252147-
CMYK0.3700.420.01
HSL112.57º94.59%78.24%-
HSV(B)112.57º41.67%98.82%-
XYZ54.5779.240.01-
YUV212.5291.0290.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.62%
GREEN value IS 252 (98.83% from 255) = 45.08%
BLUE value IS 147 (57.81% from 255) = 26.30%
R=28.62%
G=45.08%
B=26.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1602521470.3700.420.01112.5794.5978.24
HexA0FC932502A1715f4e
Octal240374223450521161137116
Binary10100000111111001001001110010101010101111000110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FC93; }

 p { color: rgb(160,252,147); }

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

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

 a { background-color: rgb(160,252,147); }

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

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

 span { border-color: rgb(160,252,147); }

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