Shades of Pale Green #A8F694
Tints of Pale Green #A8F694
RGB
CMYK
RGB Variations
Color information
#A8F694 (or 0xA8F694) is known color: Pale Green. HEX triplet: A8, F6 and 94. RGB value is (168,246,148). Sum of RGB (Red+Green+Blue) = 168+246+148=562 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.89% from 562); Green value is 246 (96.48% from 255 or 43.77% from 562); Blue value is 148 (58.20% from 255 or 26.33% from 562); Max value from RGB is 246 - color contains mainly: green. Hex color #A8F694 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F694 is #57096B. Grayscale: #D3D3D3. Windows color (decimal): -5704044 or 9762472. OLE color: 9762472.
HSL color Cylindrical-coordinate representation of color #A8F694: hue angle of 107.76º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8F694 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 246 | 148 | - |
| CMYK | 0.32 | 0 | 0.40 | 0.04 |
| HSL | 107.76º | 0.84% | 0.77% | - |
| HSV(B) | 107.76º | 0.4% | 0.96% | - |
| XYZ | 54.45 | 76.37 | 39.89 | - |
| YUV | 211.51 | 92.16 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 246 | 148 | 0.32 | 0 | 0.40 | 0.04 | 107.76 | 0.84 | 0.77 |
| Hex | A8 | F6 | 94 | 20 | 0 | 28 | 4 | 6C | 54 | 4D |
| Octal | 250 | 366 | 224 | 40 | 0 | 50 | 4 | 154 | 124 | 115 |
| Binary | 10101000 | 11110110 | 10010100 | 100000 | 0 | 101000 | 100 | 1101100 | 1010100 | 1001101 |
Color Harmonies of #A8F694
Complementary color
Monochromatic Colors of #A8F694
Black with #A8F694
Text Example
Text Example
White with #A8F694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F694; }
p { color: rgb(168,246,148); }
H1.HeaderClassName
{
color: #A8F694;
}
.AnyTagClassName
{
color: #A8F694;
}
</style>
background-color css
<style>
a { background-color: #A8F694; }
a { background-color: rgb(168,246,148); }
div.DivClassName
{
background-color: #A8F694;
}
.BgClassName
{
background-color: #A8F694;
}
</style>
border-color css
<style>
span { border-color: #A8F694; }
span { border-color: rgb(168,246,148); }
td.TdClassName
{
border-color: #A8F694;
}
.TagClassName
{
border-color: #A8F694;
}
</style>