#A0FB8D

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

Shades of Pale Green #A0FB8D

Tints of Pale Green #A0FB8D

Color information

#A0FB8D (or 0xA0FB8D) is unknown color: approx Pale Green. HEX triplet: A0, FB and 8D. RGB value is (160,251,141). Sum of RGB (Red+Green+Blue) = 160+251+141=552 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.99% from 552); Green value is 251 (98.44% from 255 or 45.47% from 552); Blue value is 141 (55.47% from 255 or 25.54% from 552); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FB8D is #5F0472. Grayscale: #D3D3D3. Windows color (decimal): -6227059 or 9304992. OLE color: 9304992.

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

Color convert

RGB160251141-
CMYK0.3600.440.02
HSL109.64º93.22%76.86%-
HSV(B)109.64º43.82%98.43%-
XYZ53.878.3937.49-
YUV211.2588.3591.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.99%
GREEN value IS 251 (98.44% from 255) = 45.47%
BLUE value IS 141 (55.47% from 255) = 25.54%
R=28.99%
G=45.47%
B=25.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602511410.3600.440.02109.6493.2276.86
HexA0FB8D2402C26e5d4d
Octal240373215440542156135115
Binary101000001111101110001101100100010110010110111010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FB8D; }

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

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

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

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

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

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

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

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