#A0FAAF

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

Shades of Pale Green #A0FAAF

Tints of Pale Green #A0FAAF

Color information

#A0FAAF (or 0xA0FAAF) is unknown color: approx Pale Green. HEX triplet: A0, FA and AF. RGB value is (160,250,175). Sum of RGB (Red+Green+Blue) = 160+250+175=585 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.35% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FAAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FAAF is #5F0550. Grayscale: #D6D6D6. Windows color (decimal): -6227281 or 11532960. OLE color: 11532960.

HSL color Cylindrical-coordinate representation of color #A0FAAF: hue angle of 130º 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 #A0FAAF is Cyan = 0.36, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB160250175-
CMYK0.3600.30.02
HSL130º90%80.39%-
HSV(B)130º36%98.04%-
XYZ56.4278.9452.82-
YUV214.54105.6889.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.35%
GREEN value IS 250 (98.05% from 255) = 42.74%
BLUE value IS 175 (68.75% from 255) = 29.91%
R=27.35%
G=42.74%
B=29.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602501750.3600.30.021309080.39
HexA0FAAF2401E2825a50
Octal240372257440362202132120
Binary101000001111101010101111100100011110101000001010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FAAF; }

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

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

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

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

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

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

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

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