Shades of Pale Green #A5F991
Tints of Pale Green #A5F991
RGB
CMYK
RGB Variations
Color information
#A5F991 (or 0xA5F991) is known color: Pale Green. HEX triplet: A5, F9 and 91. RGB value is (165,249,145). Sum of RGB (Red+Green+Blue) = 165+249+145=559 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.52% from 559); Green value is 249 (97.66% from 255 or 44.54% from 559); Blue value is 145 (57.03% from 255 or 25.94% from 559); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F991 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F991 is #5A066E. Grayscale: #D4D4D4. Windows color (decimal): -5899887 or 9566629. OLE color: 9566629.
HSL color Cylindrical-coordinate representation of color #A5F991: hue angle of 108.46º 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 #A5F991 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 249 | 145 | - |
| CMYK | 0.34 | 0 | 0.42 | 0.02 |
| HSL | 108.46º | 0.9% | 0.77% | - |
| HSV(B) | 108.46º | 0.42% | 0.98% | - |
| XYZ | 54.5 | 77.8 | 38.93 | - |
| YUV | 212.03 | 90.17 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 249 | 145 | 0.34 | 0 | 0.42 | 0.02 | 108.46 | 0.9 | 0.77 |
| Hex | A5 | F9 | 91 | 22 | 0 | 2A | 2 | 6C | 5A | 4D |
| Octal | 245 | 371 | 221 | 42 | 0 | 52 | 2 | 154 | 132 | 115 |
| Binary | 10100101 | 11111001 | 10010001 | 100010 | 0 | 101010 | 10 | 1101100 | 1011010 | 1001101 |
Color Harmonies of #A5F991
Complementary color
Monochromatic Colors of #A5F991
Black with #A5F991
Text Example
Text Example
White with #A5F991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F991; }
p { color: rgb(165,249,145); }
H1.HeaderClassName
{
color: #A5F991;
}
.AnyTagClassName
{
color: #A5F991;
}
</style>
background-color css
<style>
a { background-color: #A5F991; }
a { background-color: rgb(165,249,145); }
div.DivClassName
{
background-color: #A5F991;
}
.BgClassName
{
background-color: #A5F991;
}
</style>
border-color css
<style>
span { border-color: #A5F991; }
span { border-color: rgb(165,249,145); }
td.TdClassName
{
border-color: #A5F991;
}
.TagClassName
{
border-color: #A5F991;
}
</style>