#A0FA9F

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

Shades of Pale Green #A0FA9F

Tints of Pale Green #A0FA9F

Color information

#A0FA9F (or 0xA0FA9F) is unknown color: approx Pale Green. HEX triplet: A0, FA and 9F. RGB value is (160,250,159). Sum of RGB (Red+Green+Blue) = 160+250+159=569 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.12% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 159 (62.5% from 255 or 27.94% from 569); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FA9F is #5F0560. Grayscale: #D4D4D4. Windows color (decimal): -6227297 or 10484384. OLE color: 10484384.

HSL color Cylindrical-coordinate representation of color #A0FA9F: hue angle of 119.34º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0FA9F is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB160250159-
CMYK0.3600.360.02
HSL119.34º90.1%80.2%-
HSV(B)119.34º36.4%98.04%-
XYZ54.9478.3545.03-
YUV212.7297.6890.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.12%
GREEN value IS 250 (98.05% from 255) = 43.94%
BLUE value IS 159 (62.5% from 255) = 27.94%
R=28.12%
G=43.94%
B=27.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602501590.3600.360.02119.3490.180.2
HexA0FA9F240242775a50
Octal240372237440442167132120
Binary101000001111101010011111100100010010010111011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FA9F; }

 p { color: rgb(160,250,159); }

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

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

 a { background-color: rgb(160,250,159); }

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

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

 span { border-color: rgb(160,250,159); }

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