Shades of Pale Green #A1FC98
Tints of Pale Green #A1FC98
RGB
CMYK
RGB Variations
Color information
#A1FC98 (or 0xA1FC98) is known color: Pale Green. HEX triplet: A1, FC and 98. RGB value is (161,252,152). Sum of RGB (Red+Green+Blue) = 161+252+152=565 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.50% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FC98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FC98 is #5E0367. Grayscale: #D5D5D5. Windows color (decimal): -6161256 or 10026145. OLE color: 10026145.
HSL color Cylindrical-coordinate representation of color #A1FC98: hue angle of 114.6º 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 #A1FC98 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 252 | 152 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.01 |
| HSL | 114.6º | 0.94% | 0.79% | - |
| HSV(B) | 114.6º | 0.4% | 0.99% | - |
| XYZ | 55.18 | 79.46 | 42.14 | - |
| YUV | 213.39 | 93.35 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 252 | 152 | 0.36 | 0 | 0.40 | 0.01 | 114.6 | 0.94 | 0.79 |
| Hex | A1 | FC | 98 | 24 | 0 | 28 | 1 | 73 | 5E | 4F |
| Octal | 241 | 374 | 230 | 44 | 0 | 50 | 1 | 163 | 136 | 117 |
| Binary | 10100001 | 11111100 | 10011000 | 100100 | 0 | 101000 | 1 | 1110011 | 1011110 | 1001111 |
Color Harmonies of #A1FC98
Complementary color
Monochromatic Colors of #A1FC98
Black with #A1FC98
Text Example
Text Example
White with #A1FC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FC98; }
p { color: rgb(161,252,152); }
H1.HeaderClassName
{
color: #A1FC98;
}
.AnyTagClassName
{
color: #A1FC98;
}
</style>
background-color css
<style>
a { background-color: #A1FC98; }
a { background-color: rgb(161,252,152); }
div.DivClassName
{
background-color: #A1FC98;
}
.BgClassName
{
background-color: #A1FC98;
}
</style>
border-color css
<style>
span { border-color: #A1FC98; }
span { border-color: rgb(161,252,152); }
td.TdClassName
{
border-color: #A1FC98;
}
.TagClassName
{
border-color: #A1FC98;
}
</style>