Shades of Pale Green #A0F885
Tints of Pale Green #A0F885
RGB
CMYK
RGB Variations
Color information
#A0F885 (or 0xA0F885) is known color: Pale Green. HEX triplet: A0, F8 and 85. RGB value is (160,248,133). Sum of RGB (Red+Green+Blue) = 160+248+133=541 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.57% from 541); Green value is 248 (97.27% from 255 or 45.84% from 541); Blue value is 133 (52.34% from 255 or 24.58% from 541); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F885 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F885 is #5F077A. Grayscale: #D0D0D0. Windows color (decimal): -6227835 or 8779936. OLE color: 8779936.
HSL color Cylindrical-coordinate representation of color #A0F885: hue angle of 105.91º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0F885 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 248 | 133 | - |
| CMYK | 0.35 | 0 | 0.46 | 0.03 |
| HSL | 105.91º | 0.89% | 0.75% | - |
| HSV(B) | 105.91º | 0.46% | 0.97% | - |
| XYZ | 52.3 | 76.3 | 34.16 | - |
| YUV | 208.58 | 85.35 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 248 | 133 | 0.35 | 0 | 0.46 | 0.03 | 105.91 | 0.89 | 0.75 |
| Hex | A0 | F8 | 85 | 23 | 0 | 2E | 3 | 6A | 59 | 4B |
| Octal | 240 | 370 | 205 | 43 | 0 | 56 | 3 | 152 | 131 | 113 |
| Binary | 10100000 | 11111000 | 10000101 | 100011 | 0 | 101110 | 11 | 1101010 | 1011001 | 1001011 |
Color Harmonies of #A0F885
Complementary color
Monochromatic Colors of #A0F885
Black with #A0F885
Text Example
Text Example
White with #A0F885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F885; }
p { color: rgb(160,248,133); }
H1.HeaderClassName
{
color: #A0F885;
}
.AnyTagClassName
{
color: #A0F885;
}
</style>
background-color css
<style>
a { background-color: #A0F885; }
a { background-color: rgb(160,248,133); }
div.DivClassName
{
background-color: #A0F885;
}
.BgClassName
{
background-color: #A0F885;
}
</style>
border-color css
<style>
span { border-color: #A0F885; }
span { border-color: rgb(160,248,133); }
td.TdClassName
{
border-color: #A0F885;
}
.TagClassName
{
border-color: #A0F885;
}
</style>