Shades of Pale Green #A1F998
Tints of Pale Green #A1F998
RGB
CMYK
RGB Variations
Color information
#A1F998 (or 0xA1F998) is known color: Pale Green. HEX triplet: A1, F9 and 98. RGB value is (161,249,152). Sum of RGB (Red+Green+Blue) = 161+249+152=562 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.65% from 562); Green value is 249 (97.66% from 255 or 44.31% from 562); Blue value is 152 (59.77% from 255 or 27.05% from 562); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F998 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F998 is #5E0667. Grayscale: #D3D3D3. Windows color (decimal): -6162024 or 10025377. OLE color: 10025377.
HSL color Cylindrical-coordinate representation of color #A1F998: hue angle of 114.43º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1F998 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 249 | 152 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.02 |
| HSL | 114.43º | 0.89% | 0.79% | - |
| HSV(B) | 114.43º | 0.39% | 0.98% | - |
| XYZ | 54.24 | 77.6 | 41.82 | - |
| YUV | 211.63 | 94.35 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 249 | 152 | 0.35 | 0 | 0.39 | 0.02 | 114.43 | 0.89 | 0.79 |
| Hex | A1 | F9 | 98 | 23 | 0 | 27 | 2 | 72 | 59 | 4F |
| Octal | 241 | 371 | 230 | 43 | 0 | 47 | 2 | 162 | 131 | 117 |
| Binary | 10100001 | 11111001 | 10011000 | 100011 | 0 | 100111 | 10 | 1110010 | 1011001 | 1001111 |
Color Harmonies of #A1F998
Complementary color
Monochromatic Colors of #A1F998
Black with #A1F998
Text Example
Text Example
White with #A1F998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F998; }
p { color: rgb(161,249,152); }
H1.HeaderClassName
{
color: #A1F998;
}
.AnyTagClassName
{
color: #A1F998;
}
</style>
background-color css
<style>
a { background-color: #A1F998; }
a { background-color: rgb(161,249,152); }
div.DivClassName
{
background-color: #A1F998;
}
.BgClassName
{
background-color: #A1F998;
}
</style>
border-color css
<style>
span { border-color: #A1F998; }
span { border-color: rgb(161,249,152); }
td.TdClassName
{
border-color: #A1F998;
}
.TagClassName
{
border-color: #A1F998;
}
</style>