Shades of Pale Green #A1F693
Tints of Pale Green #A1F693
RGB
CMYK
RGB Variations
Color information
#A1F693 (or 0xA1F693) is known color: Pale Green. HEX triplet: A1, F6 and 93. RGB value is (161,246,147). Sum of RGB (Red+Green+Blue) = 161+246+147=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 246 (96.48% from 255 or 44.40% from 554); Blue value is 147 (57.81% from 255 or 26.53% from 554); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F693 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F693 is #5E096C. Grayscale: #D1D1D1. Windows color (decimal): -6162797 or 9696929. OLE color: 9696929.
HSL color Cylindrical-coordinate representation of color #A1F693: hue angle of 111.52º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1F693 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 246 | 147 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.04 |
| HSL | 111.52º | 0.85% | 0.77% | - |
| HSV(B) | 111.52º | 0.4% | 0.96% | - |
| XYZ | 52.92 | 75.6 | 39.41 | - |
| YUV | 209.3 | 92.84 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 246 | 147 | 0.35 | 0 | 0.40 | 0.04 | 111.52 | 0.85 | 0.77 |
| Hex | A1 | F6 | 93 | 23 | 0 | 28 | 4 | 70 | 55 | 4D |
| Octal | 241 | 366 | 223 | 43 | 0 | 50 | 4 | 160 | 125 | 115 |
| Binary | 10100001 | 11110110 | 10010011 | 100011 | 0 | 101000 | 100 | 1110000 | 1010101 | 1001101 |
Color Harmonies of #A1F693
Complementary color
Monochromatic Colors of #A1F693
Black with #A1F693
Text Example
Text Example
White with #A1F693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F693; }
p { color: rgb(161,246,147); }
H1.HeaderClassName
{
color: #A1F693;
}
.AnyTagClassName
{
color: #A1F693;
}
</style>
background-color css
<style>
a { background-color: #A1F693; }
a { background-color: rgb(161,246,147); }
div.DivClassName
{
background-color: #A1F693;
}
.BgClassName
{
background-color: #A1F693;
}
</style>
border-color css
<style>
span { border-color: #A1F693; }
span { border-color: rgb(161,246,147); }
td.TdClassName
{
border-color: #A1F693;
}
.TagClassName
{
border-color: #A1F693;
}
</style>