Shades of Pale Green #A8F695
Tints of Pale Green #A8F695
RGB
CMYK
RGB Variations
Color information
#A8F695 (or 0xA8F695) is known color: Pale Green. HEX triplet: A8, F6 and 95. RGB value is (168,246,149). Sum of RGB (Red+Green+Blue) = 168+246+149=563 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.84% from 563); Green value is 246 (96.48% from 255 or 43.69% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 246 - color contains mainly: green. Hex color #A8F695 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F695 is #57096A. Grayscale: #D3D3D3. Windows color (decimal): -5704043 or 9828008. OLE color: 9828008.
HSL color Cylindrical-coordinate representation of color #A8F695: hue angle of 108.25º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8F695 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 246 | 149 | - |
| CMYK | 0.32 | 0 | 0.39 | 0.04 |
| HSL | 108.25º | 0.84% | 0.77% | - |
| HSV(B) | 108.25º | 0.39% | 0.96% | - |
| XYZ | 54.53 | 76.41 | 40.31 | - |
| YUV | 211.62 | 92.66 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 246 | 149 | 0.32 | 0 | 0.39 | 0.04 | 108.25 | 0.84 | 0.77 |
| Hex | A8 | F6 | 95 | 20 | 0 | 27 | 4 | 6C | 54 | 4D |
| Octal | 250 | 366 | 225 | 40 | 0 | 47 | 4 | 154 | 124 | 115 |
| Binary | 10101000 | 11110110 | 10010101 | 100000 | 0 | 100111 | 100 | 1101100 | 1010100 | 1001101 |
Color Harmonies of #A8F695
Complementary color
Monochromatic Colors of #A8F695
Black with #A8F695
Text Example
Text Example
White with #A8F695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F695; }
p { color: rgb(168,246,149); }
H1.HeaderClassName
{
color: #A8F695;
}
.AnyTagClassName
{
color: #A8F695;
}
</style>
background-color css
<style>
a { background-color: #A8F695; }
a { background-color: rgb(168,246,149); }
div.DivClassName
{
background-color: #A8F695;
}
.BgClassName
{
background-color: #A8F695;
}
</style>
border-color css
<style>
span { border-color: #A8F695; }
span { border-color: rgb(168,246,149); }
td.TdClassName
{
border-color: #A8F695;
}
.TagClassName
{
border-color: #A8F695;
}
</style>