Shades of Pale Green #A5F5A8
Tints of Pale Green #A5F5A8
RGB
CMYK
RGB Variations
Color information
#A5F5A8 (or 0xA5F5A8) is known color: Pale Green. HEX triplet: A5, F5 and A8. RGB value is (165,245,168). Sum of RGB (Red+Green+Blue) = 165+245+168=578 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.55% from 578); Green value is 245 (96.09% from 255 or 42.39% from 578); Blue value is 168 (66.02% from 255 or 29.07% from 578); Max value from RGB is 245 - color contains mainly: green. Hex color #A5F5A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F5A8 is #5A0A57. Grayscale: #D4D4D4. Windows color (decimal): -5900888 or 11072933. OLE color: 11072933.
HSL color Cylindrical-coordinate representation of color #A5F5A8: hue angle of 122.25º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5F5A8 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 245 | 168 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.04 |
| HSL | 122.25º | 0.8% | 0.8% | - |
| HSV(B) | 122.25º | 0.33% | 0.96% | - |
| XYZ | 55.24 | 76.13 | 48.83 | - |
| YUV | 212.3 | 103 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 245 | 168 | 0.33 | 0 | 0.31 | 0.04 | 122.25 | 0.8 | 0.8 |
| Hex | A5 | F5 | A8 | 21 | 0 | 1F | 4 | 7A | 50 | 50 |
| Octal | 245 | 365 | 250 | 41 | 0 | 37 | 4 | 172 | 120 | 120 |
| Binary | 10100101 | 11110101 | 10101000 | 100001 | 0 | 11111 | 100 | 1111010 | 1010000 | 1010000 |
Color Harmonies of #A5F5A8
Complementary color
Monochromatic Colors of #A5F5A8
Black with #A5F5A8
Text Example
Text Example
White with #A5F5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F5A8; }
p { color: rgb(165,245,168); }
H1.HeaderClassName
{
color: #A5F5A8;
}
.AnyTagClassName
{
color: #A5F5A8;
}
</style>
background-color css
<style>
a { background-color: #A5F5A8; }
a { background-color: rgb(165,245,168); }
div.DivClassName
{
background-color: #A5F5A8;
}
.BgClassName
{
background-color: #A5F5A8;
}
</style>
border-color css
<style>
span { border-color: #A5F5A8; }
span { border-color: rgb(165,245,168); }
td.TdClassName
{
border-color: #A5F5A8;
}
.TagClassName
{
border-color: #A5F5A8;
}
</style>