Shades of Pale Green #A5F8A5
Tints of Pale Green #A5F8A5
RGB
CMYK
RGB Variations
Color information
#A5F8A5 (or 0xA5F8A5) is known color: Pale Green. HEX triplet: A5, F8 and A5. RGB value is (165,248,165). Sum of RGB (Red+Green+Blue) = 165+248+165=578 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.55% from 578); Green value is 248 (97.27% from 255 or 42.91% from 578); Blue value is 165 (64.84% from 255 or 28.55% from 578); Max value from RGB is 248 - color contains mainly: green. Hex color #A5F8A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F8A5 is #5A075A. Grayscale: #D5D5D5. Windows color (decimal): -5900123 or 10877093. OLE color: 10877093.
HSL color Cylindrical-coordinate representation of color #A5F8A5: hue angle of 120º 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 #A5F8A5 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 248 | 165 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.03 |
| HSL | 120º | 0.86% | 0.81% | - |
| HSV(B) | 120º | 0.33% | 0.97% | - |
| XYZ | 55.88 | 77.85 | 47.68 | - |
| YUV | 213.72 | 100.5 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 248 | 165 | 0.33 | 0 | 0.33 | 0.03 | 120 | 0.86 | 0.81 |
| Hex | A5 | F8 | A5 | 21 | 0 | 21 | 3 | 78 | 56 | 51 |
| Octal | 245 | 370 | 245 | 41 | 0 | 41 | 3 | 170 | 126 | 121 |
| Binary | 10100101 | 11111000 | 10100101 | 100001 | 0 | 100001 | 11 | 1111000 | 1010110 | 1010001 |
Color Harmonies of #A5F8A5
Complementary color
Monochromatic Colors of #A5F8A5
Black with #A5F8A5
Text Example
Text Example
White with #A5F8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F8A5; }
p { color: rgb(165,248,165); }
H1.HeaderClassName
{
color: #A5F8A5;
}
.AnyTagClassName
{
color: #A5F8A5;
}
</style>
background-color css
<style>
a { background-color: #A5F8A5; }
a { background-color: rgb(165,248,165); }
div.DivClassName
{
background-color: #A5F8A5;
}
.BgClassName
{
background-color: #A5F8A5;
}
</style>
border-color css
<style>
span { border-color: #A5F8A5; }
span { border-color: rgb(165,248,165); }
td.TdClassName
{
border-color: #A5F8A5;
}
.TagClassName
{
border-color: #A5F8A5;
}
</style>