Shades of Pale Green #A5FC9F
Tints of Pale Green #A5FC9F
RGB
CMYK
RGB Variations
Color information
#A5FC9F (or 0xA5FC9F) is known color: Pale Green. HEX triplet: A5, FC and 9F. RGB value is (165,252,159). Sum of RGB (Red+Green+Blue) = 165+252+159=576 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.65% from 576); Green value is 252 (98.83% from 255 or 43.75% from 576); Blue value is 159 (62.5% from 255 or 27.60% from 576); Max value from RGB is 252 - color contains mainly: green. Hex color #A5FC9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5FC9F is #5A0360. Grayscale: #D7D7D7. Windows color (decimal): -5899105 or 10484901. OLE color: 10484901.
HSL color Cylindrical-coordinate representation of color #A5FC9F: hue angle of 116.13º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5FC9F is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 252 | 159 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.01 |
| HSL | 116.13º | 0.94% | 0.81% | - |
| HSV(B) | 116.13º | 0.37% | 0.99% | - |
| XYZ | 56.59 | 80.12 | 45.28 | - |
| YUV | 215.39 | 96.18 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 252 | 159 | 0.35 | 0 | 0.37 | 0.01 | 116.13 | 0.94 | 0.81 |
| Hex | A5 | FC | 9F | 23 | 0 | 25 | 1 | 74 | 5E | 51 |
| Octal | 245 | 374 | 237 | 43 | 0 | 45 | 1 | 164 | 136 | 121 |
| Binary | 10100101 | 11111100 | 10011111 | 100011 | 0 | 100101 | 1 | 1110100 | 1011110 | 1010001 |
Color Harmonies of #A5FC9F
Complementary color
Monochromatic Colors of #A5FC9F
Black with #A5FC9F
Text Example
Text Example
White with #A5FC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FC9F; }
p { color: rgb(165,252,159); }
H1.HeaderClassName
{
color: #A5FC9F;
}
.AnyTagClassName
{
color: #A5FC9F;
}
</style>
background-color css
<style>
a { background-color: #A5FC9F; }
a { background-color: rgb(165,252,159); }
div.DivClassName
{
background-color: #A5FC9F;
}
.BgClassName
{
background-color: #A5FC9F;
}
</style>
border-color css
<style>
span { border-color: #A5FC9F; }
span { border-color: rgb(165,252,159); }
td.TdClassName
{
border-color: #A5FC9F;
}
.TagClassName
{
border-color: #A5FC9F;
}
</style>