Shades of Pale Green #A1FC7B
Tints of Pale Green #A1FC7B
RGB
CMYK
RGB Variations
Color information
#A1FC7B (or 0xA1FC7B) is known color: Pale Green. HEX triplet: A1, FC and 7B. RGB value is (161,252,123). Sum of RGB (Red+Green+Blue) = 161+252+123=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 252 (98.83% from 255 or 47.01% from 536); Blue value is 123 (48.44% from 255 or 22.95% from 536); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FC7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FC7B is #5E0384. Grayscale: #D2D2D2. Windows color (decimal): -6161285 or 8125601. OLE color: 8125601.
HSL color Cylindrical-coordinate representation of color #A1FC7B: hue angle of 102.33º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1FC7B is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 252 | 123 | - |
| CMYK | 0.36 | 0 | 0.51 | 0.01 |
| HSL | 102.33º | 0.96% | 0.74% | - |
| HSV(B) | 102.33º | 0.51% | 0.99% | - |
| XYZ | 53.08 | 78.63 | 31.12 | - |
| YUV | 210.09 | 78.85 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 252 | 123 | 0.36 | 0 | 0.51 | 0.01 | 102.33 | 0.96 | 0.74 |
| Hex | A1 | FC | 7B | 24 | 0 | 33 | 1 | 66 | 60 | 4A |
| Octal | 241 | 374 | 173 | 44 | 0 | 63 | 1 | 146 | 140 | 112 |
| Binary | 10100001 | 11111100 | 1111011 | 100100 | 0 | 110011 | 1 | 1100110 | 1100000 | 1001010 |
Color Harmonies of #A1FC7B
Complementary color
Monochromatic Colors of #A1FC7B
Black with #A1FC7B
Text Example
Text Example
White with #A1FC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FC7B; }
p { color: rgb(161,252,123); }
H1.HeaderClassName
{
color: #A1FC7B;
}
.AnyTagClassName
{
color: #A1FC7B;
}
</style>
background-color css
<style>
a { background-color: #A1FC7B; }
a { background-color: rgb(161,252,123); }
div.DivClassName
{
background-color: #A1FC7B;
}
.BgClassName
{
background-color: #A1FC7B;
}
</style>
border-color css
<style>
span { border-color: #A1FC7B; }
span { border-color: rgb(161,252,123); }
td.TdClassName
{
border-color: #A1FC7B;
}
.TagClassName
{
border-color: #A1FC7B;
}
</style>