#A0F890

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

Shades of Pale Green #A0F890

Tints of Pale Green #A0F890

Color information

#A0F890 (or 0xA0F890) is unknown color: approx Pale Green. HEX triplet: A0, F8 and 90. RGB value is (160,248,144). Sum of RGB (Red+Green+Blue) = 160+248+144=552 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.99% from 552); Green value is 248 (97.27% from 255 or 44.93% from 552); Blue value is 144 (56.64% from 255 or 26.09% from 552); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F890 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F890 is #5F076F. Grayscale: #D2D2D2. Windows color (decimal): -6227824 or 9500832. OLE color: 9500832.

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

Color convert

RGB160248144-
CMYK0.3500.420.03
HSL110.77º88.14%76.86%-
HSV(B)110.77º41.94%97.25%-
XYZ53.176.6238.38-
YUV209.8390.8592.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.99%
GREEN value IS 248 (97.27% from 255) = 44.93%
BLUE value IS 144 (56.64% from 255) = 26.09%
R=28.99%
G=44.93%
B=26.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1602481440.3500.420.03110.7788.1476.86
HexA0F8902302A36f584d
Octal240370220430523157130115
Binary101000001111100010010000100011010101011110111110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F890; }

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

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

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

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

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

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

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

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