Shades of Pale Green #A5FC98
Tints of Pale Green #A5FC98
RGB
CMYK
RGB Variations
Color information
#A5FC98 (or 0xA5FC98) is known color: Pale Green. HEX triplet: A5, FC and 98. RGB value is (165,252,152). Sum of RGB (Red+Green+Blue) = 165+252+152=569 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.00% from 569); Green value is 252 (98.83% from 255 or 44.29% from 569); Blue value is 152 (59.77% from 255 or 26.71% from 569); Max value from RGB is 252 - color contains mainly: green. Hex color #A5FC98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5FC98 is #5A0367. Grayscale: #D6D6D6. Windows color (decimal): -5899112 or 10026149. OLE color: 10026149.
HSL color Cylindrical-coordinate representation of color #A5FC98: hue angle of 112.2º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5FC98 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 252 | 152 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.01 |
| HSL | 112.2º | 0.94% | 0.79% | - |
| HSV(B) | 112.2º | 0.4% | 0.99% | - |
| XYZ | 55.99 | 79.89 | 42.17 | - |
| YUV | 214.59 | 92.68 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 252 | 152 | 0.35 | 0 | 0.40 | 0.01 | 112.2 | 0.94 | 0.79 |
| Hex | A5 | FC | 98 | 23 | 0 | 28 | 1 | 70 | 5E | 4F |
| Octal | 245 | 374 | 230 | 43 | 0 | 50 | 1 | 160 | 136 | 117 |
| Binary | 10100101 | 11111100 | 10011000 | 100011 | 0 | 101000 | 1 | 1110000 | 1011110 | 1001111 |
Color Harmonies of #A5FC98
Complementary color
Monochromatic Colors of #A5FC98
Black with #A5FC98
Text Example
Text Example
White with #A5FC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FC98; }
p { color: rgb(165,252,152); }
H1.HeaderClassName
{
color: #A5FC98;
}
.AnyTagClassName
{
color: #A5FC98;
}
</style>
background-color css
<style>
a { background-color: #A5FC98; }
a { background-color: rgb(165,252,152); }
div.DivClassName
{
background-color: #A5FC98;
}
.BgClassName
{
background-color: #A5FC98;
}
</style>
border-color css
<style>
span { border-color: #A5FC98; }
span { border-color: rgb(165,252,152); }
td.TdClassName
{
border-color: #A5FC98;
}
.TagClassName
{
border-color: #A5FC98;
}
</style>