Shades of Pale Green #A1FA92
Tints of Pale Green #A1FA92
RGB
CMYK
RGB Variations
Color information
#A1FA92 (or 0xA1FA92) is known color: Pale Green. HEX triplet: A1, FA and 92. RGB value is (161,250,146). Sum of RGB (Red+Green+Blue) = 161+250+146=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 250 (98.05% from 255 or 44.88% from 557); Blue value is 146 (57.42% from 255 or 26.21% from 557); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FA92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FA92 is #5E056D. Grayscale: #D3D3D3. Windows color (decimal): -6161774 or 9632417. OLE color: 9632417.
HSL color Cylindrical-coordinate representation of color #A1FA92: hue angle of 111.35º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1FA92 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 250 | 146 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.02 |
| HSL | 111.35º | 0.91% | 0.78% | - |
| HSV(B) | 111.35º | 0.42% | 0.98% | - |
| XYZ | 54.07 | 78.02 | 39.4 | - |
| YUV | 211.53 | 91.01 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 250 | 146 | 0.36 | 0 | 0.42 | 0.02 | 111.35 | 0.91 | 0.78 |
| Hex | A1 | FA | 92 | 24 | 0 | 2A | 2 | 6F | 5B | 4E |
| Octal | 241 | 372 | 222 | 44 | 0 | 52 | 2 | 157 | 133 | 116 |
| Binary | 10100001 | 11111010 | 10010010 | 100100 | 0 | 101010 | 10 | 1101111 | 1011011 | 1001110 |
Color Harmonies of #A1FA92
Complementary color
Monochromatic Colors of #A1FA92
Black with #A1FA92
Text Example
Text Example
White with #A1FA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FA92; }
p { color: rgb(161,250,146); }
H1.HeaderClassName
{
color: #A1FA92;
}
.AnyTagClassName
{
color: #A1FA92;
}
</style>
background-color css
<style>
a { background-color: #A1FA92; }
a { background-color: rgb(161,250,146); }
div.DivClassName
{
background-color: #A1FA92;
}
.BgClassName
{
background-color: #A1FA92;
}
</style>
border-color css
<style>
span { border-color: #A1FA92; }
span { border-color: rgb(161,250,146); }
td.TdClassName
{
border-color: #A1FA92;
}
.TagClassName
{
border-color: #A1FA92;
}
</style>