Shades of Pale Green #A5FA97
Tints of Pale Green #A5FA97
RGB
CMYK
RGB Variations
Color information
#A5FA97 (or 0xA5FA97) is known color: Pale Green. HEX triplet: A5, FA and 97. RGB value is (165,250,151). Sum of RGB (Red+Green+Blue) = 165+250+151=566 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.15% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 151 (59.38% from 255 or 26.68% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FA97 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5FA97 is #5A0568. Grayscale: #D5D5D5. Windows color (decimal): -5899625 or 9960101. OLE color: 9960101.
HSL color Cylindrical-coordinate representation of color #A5FA97: hue angle of 111.52º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5FA97 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 250 | 151 | - |
| CMYK | 0.34 | 0 | 0.40 | 0.02 |
| HSL | 111.52º | 0.91% | 0.79% | - |
| HSV(B) | 111.52º | 0.4% | 0.98% | - |
| XYZ | 55.29 | 78.6 | 41.54 | - |
| YUV | 213.3 | 92.84 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 250 | 151 | 0.34 | 0 | 0.40 | 0.02 | 111.52 | 0.91 | 0.79 |
| Hex | A5 | FA | 97 | 22 | 0 | 28 | 2 | 70 | 5B | 4F |
| Octal | 245 | 372 | 227 | 42 | 0 | 50 | 2 | 160 | 133 | 117 |
| Binary | 10100101 | 11111010 | 10010111 | 100010 | 0 | 101000 | 10 | 1110000 | 1011011 | 1001111 |
Color Harmonies of #A5FA97
Complementary color
Monochromatic Colors of #A5FA97
Black with #A5FA97
Text Example
Text Example
White with #A5FA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FA97; }
p { color: rgb(165,250,151); }
H1.HeaderClassName
{
color: #A5FA97;
}
.AnyTagClassName
{
color: #A5FA97;
}
</style>
background-color css
<style>
a { background-color: #A5FA97; }
a { background-color: rgb(165,250,151); }
div.DivClassName
{
background-color: #A5FA97;
}
.BgClassName
{
background-color: #A5FA97;
}
</style>
border-color css
<style>
span { border-color: #A5FA97; }
span { border-color: rgb(165,250,151); }
td.TdClassName
{
border-color: #A5FA97;
}
.TagClassName
{
border-color: #A5FA97;
}
</style>