Shades of Pale Green #A5F7A5
Tints of Pale Green #A5F7A5
RGB
CMYK
RGB Variations
Color information
#A5F7A5 (or 0xA5F7A5) is known color: Pale Green. HEX triplet: A5, F7 and A5. RGB value is (165,247,165). Sum of RGB (Red+Green+Blue) = 165+247+165=577 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.60% from 577); Green value is 247 (96.88% from 255 or 42.81% from 577); Blue value is 165 (64.84% from 255 or 28.60% from 577); Max value from RGB is 247 - color contains mainly: green. Hex color #A5F7A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F7A5 is #5A085A. Grayscale: #D5D5D5. Windows color (decimal): -5900379 or 10876837. OLE color: 10876837.
HSL color Cylindrical-coordinate representation of color #A5F7A5: hue angle of 120º degrees, saturation: 0.84, 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 #A5F7A5 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 247 | 165 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.03 |
| HSL | 120º | 0.84% | 0.81% | - |
| HSV(B) | 120º | 0.33% | 0.97% | - |
| XYZ | 55.57 | 77.24 | 47.58 | - |
| YUV | 213.13 | 100.83 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 247 | 165 | 0.33 | 0 | 0.33 | 0.03 | 120 | 0.84 | 0.81 |
| Hex | A5 | F7 | A5 | 21 | 0 | 21 | 3 | 78 | 54 | 51 |
| Octal | 245 | 367 | 245 | 41 | 0 | 41 | 3 | 170 | 124 | 121 |
| Binary | 10100101 | 11110111 | 10100101 | 100001 | 0 | 100001 | 11 | 1111000 | 1010100 | 1010001 |
Color Harmonies of #A5F7A5
Complementary color
Monochromatic Colors of #A5F7A5
Black with #A5F7A5
Text Example
Text Example
White with #A5F7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F7A5; }
p { color: rgb(165,247,165); }
H1.HeaderClassName
{
color: #A5F7A5;
}
.AnyTagClassName
{
color: #A5F7A5;
}
</style>
background-color css
<style>
a { background-color: #A5F7A5; }
a { background-color: rgb(165,247,165); }
div.DivClassName
{
background-color: #A5F7A5;
}
.BgClassName
{
background-color: #A5F7A5;
}
</style>
border-color css
<style>
span { border-color: #A5F7A5; }
span { border-color: rgb(165,247,165); }
td.TdClassName
{
border-color: #A5F7A5;
}
.TagClassName
{
border-color: #A5F7A5;
}
</style>