Shades of Pale Green #A1F898
Tints of Pale Green #A1F898
RGB
CMYK
RGB Variations
Color information
#A1F898 (or 0xA1F898) is known color: Pale Green. HEX triplet: A1, F8 and 98. RGB value is (161,248,152). Sum of RGB (Red+Green+Blue) = 161+248+152=561 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.70% from 561); Green value is 248 (97.27% from 255 or 44.21% from 561); Blue value is 152 (59.77% from 255 or 27.09% from 561); Max value from RGB is 248 - color contains mainly: green. Hex color #A1F898 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F898 is #5E0767. Grayscale: #D3D3D3. Windows color (decimal): -6162280 or 10025121. OLE color: 10025121.
HSL color Cylindrical-coordinate representation of color #A1F898: hue angle of 114.38º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1F898 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 248 | 152 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.03 |
| HSL | 114.38º | 0.87% | 0.78% | - |
| HSV(B) | 114.38º | 0.39% | 0.97% | - |
| XYZ | 53.93 | 76.98 | 41.72 | - |
| YUV | 211.04 | 94.68 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 248 | 152 | 0.35 | 0 | 0.39 | 0.03 | 114.38 | 0.87 | 0.78 |
| Hex | A1 | F8 | 98 | 23 | 0 | 27 | 3 | 72 | 57 | 4E |
| Octal | 241 | 370 | 230 | 43 | 0 | 47 | 3 | 162 | 127 | 116 |
| Binary | 10100001 | 11111000 | 10011000 | 100011 | 0 | 100111 | 11 | 1110010 | 1010111 | 1001110 |
Color Harmonies of #A1F898
Complementary color
Monochromatic Colors of #A1F898
Black with #A1F898
Text Example
Text Example
White with #A1F898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F898; }
p { color: rgb(161,248,152); }
H1.HeaderClassName
{
color: #A1F898;
}
.AnyTagClassName
{
color: #A1F898;
}
</style>
background-color css
<style>
a { background-color: #A1F898; }
a { background-color: rgb(161,248,152); }
div.DivClassName
{
background-color: #A1F898;
}
.BgClassName
{
background-color: #A1F898;
}
</style>
border-color css
<style>
span { border-color: #A1F898; }
span { border-color: rgb(161,248,152); }
td.TdClassName
{
border-color: #A1F898;
}
.TagClassName
{
border-color: #A1F898;
}
</style>