#A0F88A

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

Shades of Pale Green #A0F88A

Tints of Pale Green #A0F88A

Color information

#A0F88A (or 0xA0F88A) is unknown color: approx Pale Green. HEX triplet: A0, F8 and 8A. RGB value is (160,248,138). Sum of RGB (Red+Green+Blue) = 160+248+138=546 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.30% from 546); Green value is 248 (97.27% from 255 or 45.42% from 546); Blue value is 138 (54.30% from 255 or 25.27% from 546); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F88A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F88A is #5F0775. Grayscale: #D1D1D1. Windows color (decimal): -6227830 or 9107616. OLE color: 9107616.

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

Color convert

RGB160248138-
CMYK0.3500.440.03
HSL108º88.71%75.69%-
HSV(B)108º44.35%97.25%-
XYZ52.6576.4436.02-
YUV209.1587.8592.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.30%
GREEN value IS 248 (97.27% from 255) = 45.42%
BLUE value IS 138 (54.30% from 255) = 25.27%
R=29.30%
G=45.42%
B=25.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1602481380.3500.440.0310888.7175.69
HexA0F88A2302C36c594c
Octal240370212430543154131114
Binary101000001111100010001010100011010110011110110010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F88A; }

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

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

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

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

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

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

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

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