Shades of Pale Green #A5FCAA
Tints of Pale Green #A5FCAA
RGB
CMYK
RGB Variations
Color information
#A5FCAA (or 0xA5FCAA) is known color: Pale Green. HEX triplet: A5, FC and AA. RGB value is (165,252,170). Sum of RGB (Red+Green+Blue) = 165+252+170=587 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.11% from 587); Green value is 252 (98.83% from 255 or 42.93% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 252 - color contains mainly: green. Hex color #A5FCAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5FCAA is #5A0355. Grayscale: #D8D8D8. Windows color (decimal): -5899094 or 11205797. OLE color: 11205797.
HSL color Cylindrical-coordinate representation of color #A5FCAA: hue angle of 123.45º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FCAA is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 252 | 170 | - |
| CMYK | 0.35 | 0 | 0.33 | 0.01 |
| HSL | 123.45º | 0.94% | 0.82% | - |
| HSV(B) | 123.45º | 0.35% | 0.99% | - |
| XYZ | 57.58 | 80.52 | 50.54 | - |
| YUV | 216.64 | 101.68 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 252 | 170 | 0.35 | 0 | 0.33 | 0.01 | 123.45 | 0.94 | 0.82 |
| Hex | A5 | FC | AA | 23 | 0 | 21 | 1 | 7B | 5E | 52 |
| Octal | 245 | 374 | 252 | 43 | 0 | 41 | 1 | 173 | 136 | 122 |
| Binary | 10100101 | 11111100 | 10101010 | 100011 | 0 | 100001 | 1 | 1111011 | 1011110 | 1010010 |
Color Harmonies of #A5FCAA
Complementary color
Monochromatic Colors of #A5FCAA
Black with #A5FCAA
Text Example
Text Example
White with #A5FCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FCAA; }
p { color: rgb(165,252,170); }
H1.HeaderClassName
{
color: #A5FCAA;
}
.AnyTagClassName
{
color: #A5FCAA;
}
</style>
background-color css
<style>
a { background-color: #A5FCAA; }
a { background-color: rgb(165,252,170); }
div.DivClassName
{
background-color: #A5FCAA;
}
.BgClassName
{
background-color: #A5FCAA;
}
</style>
border-color css
<style>
span { border-color: #A5FCAA; }
span { border-color: rgb(165,252,170); }
td.TdClassName
{
border-color: #A5FCAA;
}
.TagClassName
{
border-color: #A5FCAA;
}
</style>