#A0F497

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

Shades of Pale Green #A0F497

Tints of Pale Green #A0F497

Color information

#A0F497 (or 0xA0F497) is unknown color: approx Pale Green. HEX triplet: A0, F4 and 97. RGB value is (160,244,151). Sum of RGB (Red+Green+Blue) = 160+244+151=555 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.83% from 555); Green value is 244 (95.70% from 255 or 43.96% from 555); Blue value is 151 (59.38% from 255 or 27.21% from 555); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F497 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F497 is #5F0B68. Grayscale: #D0D0D0. Windows color (decimal): -6228841 or 9958560. OLE color: 9958560.

HSL color Cylindrical-coordinate representation of color #A0F497: hue angle of 114.19º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0F497 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB160244151-
CMYK0.3400.380.04
HSL114.19º80.87%77.45%-
HSV(B)114.19º38.11%95.69%-
XYZ52.4374.4140.88-
YUV208.2895.6793.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.83%
GREEN value IS 244 (95.70% from 255) = 43.96%
BLUE value IS 151 (59.38% from 255) = 27.21%
R=28.83%
G=43.96%
B=27.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1602441510.3400.380.04114.1980.8777.45
HexA0F49722026472514d
Octal240364227420464162121115
Binary1010000011110100100101111000100100110100111001010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F497; }

 p { color: rgb(160,244,151); }

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

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

 a { background-color: rgb(160,244,151); }

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

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

 span { border-color: rgb(160,244,151); }

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