Shades of Pale Green #A1F98B
Tints of Pale Green #A1F98B
RGB
CMYK
RGB Variations
Color information
#A1F98B (or 0xA1F98B) is known color: Pale Green. HEX triplet: A1, F9 and 8B. RGB value is (161,249,139). Sum of RGB (Red+Green+Blue) = 161+249+139=549 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.33% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 139 (54.69% from 255 or 25.32% from 549); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F98B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F98B is #5E0674. Grayscale: #D2D2D2. Windows color (decimal): -6162037 or 9173409. OLE color: 9173409.
HSL color Cylindrical-coordinate representation of color #A1F98B: hue angle of 108º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1F98B is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 249 | 139 | - |
| CMYK | 0.35 | 0 | 0.44 | 0.02 |
| HSL | 108º | 0.9% | 0.76% | - |
| HSV(B) | 108º | 0.44% | 0.98% | - |
| XYZ | 53.23 | 77.19 | 36.52 | - |
| YUV | 210.15 | 87.85 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 249 | 139 | 0.35 | 0 | 0.44 | 0.02 | 108 | 0.9 | 0.76 |
| Hex | A1 | F9 | 8B | 23 | 0 | 2C | 2 | 6C | 5A | 4C |
| Octal | 241 | 371 | 213 | 43 | 0 | 54 | 2 | 154 | 132 | 114 |
| Binary | 10100001 | 11111001 | 10001011 | 100011 | 0 | 101100 | 10 | 1101100 | 1011010 | 1001100 |
Color Harmonies of #A1F98B
Complementary color
Monochromatic Colors of #A1F98B
Black with #A1F98B
Text Example
Text Example
White with #A1F98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F98B; }
p { color: rgb(161,249,139); }
H1.HeaderClassName
{
color: #A1F98B;
}
.AnyTagClassName
{
color: #A1F98B;
}
</style>
background-color css
<style>
a { background-color: #A1F98B; }
a { background-color: rgb(161,249,139); }
div.DivClassName
{
background-color: #A1F98B;
}
.BgClassName
{
background-color: #A1F98B;
}
</style>
border-color css
<style>
span { border-color: #A1F98B; }
span { border-color: rgb(161,249,139); }
td.TdClassName
{
border-color: #A1F98B;
}
.TagClassName
{
border-color: #A1F98B;
}
</style>