Shades of Pale Green #A1F68E
Tints of Pale Green #A1F68E
RGB
CMYK
RGB Variations
Color information
#A1F68E (or 0xA1F68E) is known color: Pale Green. HEX triplet: A1, F6 and 8E. RGB value is (161,246,142). Sum of RGB (Red+Green+Blue) = 161+246+142=549 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.33% from 549); Green value is 246 (96.48% from 255 or 44.81% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F68E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F68E is #5E0971. Grayscale: #D1D1D1. Windows color (decimal): -6162802 or 9369249. OLE color: 9369249.
HSL color Cylindrical-coordinate representation of color #A1F68E: hue angle of 109.04º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1F68E is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 246 | 142 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.04 |
| HSL | 109.04º | 0.85% | 0.76% | - |
| HSV(B) | 109.04º | 0.42% | 0.96% | - |
| XYZ | 52.54 | 75.44 | 37.38 | - |
| YUV | 208.73 | 90.34 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 246 | 142 | 0.35 | 0 | 0.42 | 0.04 | 109.04 | 0.85 | 0.76 |
| Hex | A1 | F6 | 8E | 23 | 0 | 2A | 4 | 6D | 55 | 4C |
| Octal | 241 | 366 | 216 | 43 | 0 | 52 | 4 | 155 | 125 | 114 |
| Binary | 10100001 | 11110110 | 10001110 | 100011 | 0 | 101010 | 100 | 1101101 | 1010101 | 1001100 |
Color Harmonies of #A1F68E
Complementary color
Monochromatic Colors of #A1F68E
Black with #A1F68E
Text Example
Text Example
White with #A1F68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F68E; }
p { color: rgb(161,246,142); }
H1.HeaderClassName
{
color: #A1F68E;
}
.AnyTagClassName
{
color: #A1F68E;
}
</style>
background-color css
<style>
a { background-color: #A1F68E; }
a { background-color: rgb(161,246,142); }
div.DivClassName
{
background-color: #A1F68E;
}
.BgClassName
{
background-color: #A1F68E;
}
</style>
border-color css
<style>
span { border-color: #A1F68E; }
span { border-color: rgb(161,246,142); }
td.TdClassName
{
border-color: #A1F68E;
}
.TagClassName
{
border-color: #A1F68E;
}
</style>