Shades of Pale Green #A5F998
Tints of Pale Green #A5F998
RGB
CMYK
RGB Variations
Color information
#A5F998 (or 0xA5F998) is known color: Pale Green. HEX triplet: A5, F9 and 98. RGB value is (165,249,152). Sum of RGB (Red+Green+Blue) = 165+249+152=566 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.15% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 152 (59.77% from 255 or 26.86% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F998 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F998 is #5A0667. Grayscale: #D5D5D5. Windows color (decimal): -5899880 or 10025381. OLE color: 10025381.
HSL color Cylindrical-coordinate representation of color #A5F998: hue angle of 111.96º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A5F998 is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 249 | 152 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.02 |
| HSL | 111.96º | 0.89% | 0.79% | - |
| HSV(B) | 111.96º | 0.39% | 0.98% | - |
| XYZ | 55.06 | 78.02 | 41.86 | - |
| YUV | 212.83 | 93.67 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 249 | 152 | 0.34 | 0 | 0.39 | 0.02 | 111.96 | 0.89 | 0.79 |
| Hex | A5 | F9 | 98 | 22 | 0 | 27 | 2 | 70 | 59 | 4F |
| Octal | 245 | 371 | 230 | 42 | 0 | 47 | 2 | 160 | 131 | 117 |
| Binary | 10100101 | 11111001 | 10011000 | 100010 | 0 | 100111 | 10 | 1110000 | 1011001 | 1001111 |
Color Harmonies of #A5F998
Complementary color
Monochromatic Colors of #A5F998
Black with #A5F998
Text Example
Text Example
White with #A5F998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F998; }
p { color: rgb(165,249,152); }
H1.HeaderClassName
{
color: #A5F998;
}
.AnyTagClassName
{
color: #A5F998;
}
</style>
background-color css
<style>
a { background-color: #A5F998; }
a { background-color: rgb(165,249,152); }
div.DivClassName
{
background-color: #A5F998;
}
.BgClassName
{
background-color: #A5F998;
}
</style>
border-color css
<style>
span { border-color: #A5F998; }
span { border-color: rgb(165,249,152); }
td.TdClassName
{
border-color: #A5F998;
}
.TagClassName
{
border-color: #A5F998;
}
</style>