#A0F899

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

Shades of Pale Green #A0F899

Tints of Pale Green #A0F899

Color information

#A0F899 (or 0xA0F899) is unknown color: approx Pale Green. HEX triplet: A0, F8 and 99. RGB value is (160,248,153). Sum of RGB (Red+Green+Blue) = 160+248+153=561 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.52% from 561); Green value is 248 (97.27% from 255 or 44.21% from 561); Blue value is 153 (60.16% from 255 or 27.27% from 561); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F899 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F899 is #5F0766. Grayscale: #D3D3D3. Windows color (decimal): -6227815 or 10090656. OLE color: 10090656.

HSL color Cylindrical-coordinate representation of color #A0F899: hue angle of 115.58º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0F899 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB160248153-
CMYK0.3500.380.03
HSL115.58º87.16%78.63%-
HSV(B)115.58º38.31%97.25%-
XYZ53.8176.9142.15-
YUV210.8695.3591.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.52%
GREEN value IS 248 (97.27% from 255) = 44.21%
BLUE value IS 153 (60.16% from 255) = 27.27%
R=28.52%
G=44.21%
B=27.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1602481530.3500.380.03115.5887.1678.63
HexA0F89923026374574f
Octal240370231430463164127117
Binary101000001111100010011001100011010011011111010010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F899; }

 p { color: rgb(160,248,153); }

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

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

 a { background-color: rgb(160,248,153); }

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

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

 span { border-color: rgb(160,248,153); }

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