Shades of Pale Green #A5F8A6
Tints of Pale Green #A5F8A6
RGB
CMYK
RGB Variations
Color information
#A5F8A6 (or 0xA5F8A6) is known color: Pale Green. HEX triplet: A5, F8 and A6. RGB value is (165,248,166). Sum of RGB (Red+Green+Blue) = 165+248+166=579 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.50% from 579); Green value is 248 (97.27% from 255 or 42.83% from 579); Blue value is 166 (65.23% from 255 or 28.67% from 579); Max value from RGB is 248 - color contains mainly: green. Hex color #A5F8A6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F8A6 is #5A0759. Grayscale: #D6D6D6. Windows color (decimal): -5900122 or 10942629. OLE color: 10942629.
HSL color Cylindrical-coordinate representation of color #A5F8A6: hue angle of 120.72º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5F8A6 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 248 | 166 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.03 |
| HSL | 120.72º | 0.86% | 0.81% | - |
| HSV(B) | 120.72º | 0.33% | 0.97% | - |
| XYZ | 55.97 | 77.89 | 48.16 | - |
| YUV | 213.84 | 101 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 248 | 166 | 0.33 | 0 | 0.33 | 0.03 | 120.72 | 0.86 | 0.81 |
| Hex | A5 | F8 | A6 | 21 | 0 | 21 | 3 | 79 | 56 | 51 |
| Octal | 245 | 370 | 246 | 41 | 0 | 41 | 3 | 171 | 126 | 121 |
| Binary | 10100101 | 11111000 | 10100110 | 100001 | 0 | 100001 | 11 | 1111001 | 1010110 | 1010001 |
Color Harmonies of #A5F8A6
Complementary color
Monochromatic Colors of #A5F8A6
Black with #A5F8A6
Text Example
Text Example
White with #A5F8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F8A6; }
p { color: rgb(165,248,166); }
H1.HeaderClassName
{
color: #A5F8A6;
}
.AnyTagClassName
{
color: #A5F8A6;
}
</style>
background-color css
<style>
a { background-color: #A5F8A6; }
a { background-color: rgb(165,248,166); }
div.DivClassName
{
background-color: #A5F8A6;
}
.BgClassName
{
background-color: #A5F8A6;
}
</style>
border-color css
<style>
span { border-color: #A5F8A6; }
span { border-color: rgb(165,248,166); }
td.TdClassName
{
border-color: #A5F8A6;
}
.TagClassName
{
border-color: #A5F8A6;
}
</style>