Shades of Pale Green #A8FC85
Tints of Pale Green #A8FC85
RGB
CMYK
RGB Variations
Color information
#A8FC85 (or 0xA8FC85) is known color: Pale Green. HEX triplet: A8, FC and 85. RGB value is (168,252,133). Sum of RGB (Red+Green+Blue) = 168+252+133=553 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.38% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FC85 is #57037A. Grayscale: #D5D5D5. Windows color (decimal): -5702523 or 8780968. OLE color: 8780968.
HSL color Cylindrical-coordinate representation of color #A8FC85: hue angle of 102.35º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8FC85 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 252 | 133 | - |
| CMYK | 0.33 | 0 | 0.47 | 0.01 |
| HSL | 102.35º | 0.95% | 0.75% | - |
| HSV(B) | 102.35º | 0.47% | 0.99% | - |
| XYZ | 55.19 | 79.64 | 34.65 | - |
| YUV | 213.32 | 82.67 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 252 | 133 | 0.33 | 0 | 0.47 | 0.01 | 102.35 | 0.95 | 0.75 |
| Hex | A8 | FC | 85 | 21 | 0 | 2F | 1 | 66 | 5F | 4B |
| Octal | 250 | 374 | 205 | 41 | 0 | 57 | 1 | 146 | 137 | 113 |
| Binary | 10101000 | 11111100 | 10000101 | 100001 | 0 | 101111 | 1 | 1100110 | 1011111 | 1001011 |
Color Harmonies of #A8FC85
Complementary color
Monochromatic Colors of #A8FC85
Black with #A8FC85
Text Example
Text Example
White with #A8FC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FC85; }
p { color: rgb(168,252,133); }
H1.HeaderClassName
{
color: #A8FC85;
}
.AnyTagClassName
{
color: #A8FC85;
}
</style>
background-color css
<style>
a { background-color: #A8FC85; }
a { background-color: rgb(168,252,133); }
div.DivClassName
{
background-color: #A8FC85;
}
.BgClassName
{
background-color: #A8FC85;
}
</style>
border-color css
<style>
span { border-color: #A8FC85; }
span { border-color: rgb(168,252,133); }
td.TdClassName
{
border-color: #A8FC85;
}
.TagClassName
{
border-color: #A8FC85;
}
</style>