#A0F88D

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

Shades of Pale Green #A0F88D

Tints of Pale Green #A0F88D

Color information

#A0F88D (or 0xA0F88D) is unknown color: approx Pale Green. HEX triplet: A0, F8 and 8D. RGB value is (160,248,141). Sum of RGB (Red+Green+Blue) = 160+248+141=549 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.14% from 549); Green value is 248 (97.27% from 255 or 45.17% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F88D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F88D is #5F0772. Grayscale: #D1D1D1. Windows color (decimal): -6227827 or 9304224. OLE color: 9304224.

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

Color convert

RGB160248141-
CMYK0.3500.430.03
HSL109.35º88.43%76.27%-
HSV(B)109.35º43.15%97.25%-
XYZ52.8776.5337.18-
YUV209.4989.3592.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.14%
GREEN value IS 248 (97.27% from 255) = 45.17%
BLUE value IS 141 (55.47% from 255) = 25.68%
R=29.14%
G=45.17%
B=25.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1602481410.3500.430.03109.3588.4376.27
HexA0F88D2302B36d584c
Octal240370215430533155130114
Binary101000001111100010001101100011010101111110110110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F88D; }

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

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

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

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

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

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

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

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