Shades of Pale Green #A8F990
Tints of Pale Green #A8F990
RGB
CMYK
RGB Variations
Color information
#A8F990 (or 0xA8F990) is known color: Pale Green. HEX triplet: A8, F9 and 90. RGB value is (168,249,144). Sum of RGB (Red+Green+Blue) = 168+249+144=561 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.95% from 561); Green value is 249 (97.66% from 255 or 44.39% from 561); Blue value is 144 (56.64% from 255 or 25.67% from 561); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F990 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F990 is #57066F. Grayscale: #D5D5D5. Windows color (decimal): -5703280 or 9501096. OLE color: 9501096.
HSL color Cylindrical-coordinate representation of color #A8F990: hue angle of 106.29º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8F990 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 249 | 144 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.02 |
| HSL | 106.29º | 0.9% | 0.77% | - |
| HSV(B) | 106.29º | 0.42% | 0.98% | - |
| XYZ | 55.06 | 78.09 | 38.56 | - |
| YUV | 212.81 | 89.16 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 249 | 144 | 0.33 | 0 | 0.42 | 0.02 | 106.29 | 0.9 | 0.77 |
| Hex | A8 | F9 | 90 | 21 | 0 | 2A | 2 | 6A | 5A | 4D |
| Octal | 250 | 371 | 220 | 41 | 0 | 52 | 2 | 152 | 132 | 115 |
| Binary | 10101000 | 11111001 | 10010000 | 100001 | 0 | 101010 | 10 | 1101010 | 1011010 | 1001101 |
Color Harmonies of #A8F990
Complementary color
Monochromatic Colors of #A8F990
Black with #A8F990
Text Example
Text Example
White with #A8F990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F990; }
p { color: rgb(168,249,144); }
H1.HeaderClassName
{
color: #A8F990;
}
.AnyTagClassName
{
color: #A8F990;
}
</style>
background-color css
<style>
a { background-color: #A8F990; }
a { background-color: rgb(168,249,144); }
div.DivClassName
{
background-color: #A8F990;
}
.BgClassName
{
background-color: #A8F990;
}
</style>
border-color css
<style>
span { border-color: #A8F990; }
span { border-color: rgb(168,249,144); }
td.TdClassName
{
border-color: #A8F990;
}
.TagClassName
{
border-color: #A8F990;
}
</style>