#A0FB8C

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

Shades of Pale Green #A0FB8C

Tints of Pale Green #A0FB8C

Color information

#A0FB8C (or 0xA0FB8C) is unknown color: approx Pale Green. HEX triplet: A0, FB and 8C. RGB value is (160,251,140). Sum of RGB (Red+Green+Blue) = 160+251+140=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 251 (98.44% from 255 or 45.55% from 551); Blue value is 140 (55.08% from 255 or 25.41% from 551); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FB8C is #5F0473. Grayscale: #D3D3D3. Windows color (decimal): -6227060 or 9239456. OLE color: 9239456.

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

Color convert

RGB160251140-
CMYK0.3600.440.02
HSL109.19º93.28%76.67%-
HSV(B)109.19º44.22%98.43%-
XYZ53.7378.3637.1-
YUV211.1487.8591.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.04%
GREEN value IS 251 (98.44% from 255) = 45.55%
BLUE value IS 140 (55.08% from 255) = 25.41%
R=29.04%
G=45.55%
B=25.41%

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
Decimal1602511400.3600.440.02109.1993.2876.67
HexA0FB8C2402C26d5d4d
Octal240373214440542155135115
Binary101000001111101110001100100100010110010110110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FB8C; }

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

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

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

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

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

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

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

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