#A0F697

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

Shades of Pale Green #A0F697

Tints of Pale Green #A0F697

Color information

#A0F697 (or 0xA0F697) is unknown color: approx Pale Green. HEX triplet: A0, F6 and 97. RGB value is (160,246,151). Sum of RGB (Red+Green+Blue) = 160+246+151=557 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.73% from 557); Green value is 246 (96.48% from 255 or 44.17% from 557); Blue value is 151 (59.38% from 255 or 27.11% from 557); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F697 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F697 is #5F0968. Grayscale: #D1D1D1. Windows color (decimal): -6228329 or 9959072. OLE color: 9959072.

HSL color Cylindrical-coordinate representation of color #A0F697: hue angle of 114.32º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0F697 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB160246151-
CMYK0.3500.390.04
HSL114.32º84.07%77.84%-
HSV(B)114.32º38.62%96.47%-
XYZ53.0475.6241.08-
YUV209.4695.0192.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.73%
GREEN value IS 246 (96.48% from 255) = 44.17%
BLUE value IS 151 (59.38% from 255) = 27.11%
R=28.73%
G=44.17%
B=27.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1602461510.3500.390.04114.3284.0777.84
HexA0F69723027472544e
Octal240366227430474162124116
Binary1010000011110110100101111000110100111100111001010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F697; }

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

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

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

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

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

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

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

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