Shades of Pale Green #A1F492
Tints of Pale Green #A1F492
RGB
CMYK
RGB Variations
Color information
#A1F492 (or 0xA1F492) is known color: Pale Green. HEX triplet: A1, F4 and 92. RGB value is (161,244,146). Sum of RGB (Red+Green+Blue) = 161+244+146=551 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.22% from 551); Green value is 244 (95.70% from 255 or 44.28% from 551); Blue value is 146 (57.42% from 255 or 26.50% from 551); Max value from RGB is 244 - color contains mainly: green. Hex color #A1F492 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F492 is #5E0B6D. Grayscale: #D0D0D0. Windows color (decimal): -6163310 or 9630881. OLE color: 9630881.
HSL color Cylindrical-coordinate representation of color #A1F492: hue angle of 110.82º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1F492 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 244 | 146 | - |
| CMYK | 0.34 | 0 | 0.40 | 0.04 |
| HSL | 110.82º | 0.82% | 0.76% | - |
| HSV(B) | 110.82º | 0.4% | 0.96% | - |
| XYZ | 52.24 | 74.35 | 38.79 | - |
| YUV | 208.01 | 93 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 244 | 146 | 0.34 | 0 | 0.40 | 0.04 | 110.82 | 0.82 | 0.76 |
| Hex | A1 | F4 | 92 | 22 | 0 | 28 | 4 | 6F | 52 | 4C |
| Octal | 241 | 364 | 222 | 42 | 0 | 50 | 4 | 157 | 122 | 114 |
| Binary | 10100001 | 11110100 | 10010010 | 100010 | 0 | 101000 | 100 | 1101111 | 1010010 | 1001100 |
Color Harmonies of #A1F492
Complementary color
Monochromatic Colors of #A1F492
Black with #A1F492
Text Example
Text Example
White with #A1F492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F492; }
p { color: rgb(161,244,146); }
H1.HeaderClassName
{
color: #A1F492;
}
.AnyTagClassName
{
color: #A1F492;
}
</style>
background-color css
<style>
a { background-color: #A1F492; }
a { background-color: rgb(161,244,146); }
div.DivClassName
{
background-color: #A1F492;
}
.BgClassName
{
background-color: #A1F492;
}
</style>
border-color css
<style>
span { border-color: #A1F492; }
span { border-color: rgb(161,244,146); }
td.TdClassName
{
border-color: #A1F492;
}
.TagClassName
{
border-color: #A1F492;
}
</style>