Shades of Pale Green #A1FB7E
Tints of Pale Green #A1FB7E
RGB
CMYK
RGB Variations
Color information
#A1FB7E (or 0xA1FB7E) is known color: Pale Green. HEX triplet: A1, FB and 7E. RGB value is (161,251,126). Sum of RGB (Red+Green+Blue) = 161+251+126=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 251 (98.44% from 255 or 46.65% from 538); Blue value is 126 (49.61% from 255 or 23.42% from 538); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FB7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FB7E is #5E0481. Grayscale: #D2D2D2. Windows color (decimal): -6161538 or 8321953. OLE color: 8321953.
HSL color Cylindrical-coordinate representation of color #A1FB7E: hue angle of 103.2º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1FB7E is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 251 | 126 | - |
| CMYK | 0.36 | 0 | 0.50 | 0.02 |
| HSL | 103.2º | 0.94% | 0.74% | - |
| HSV(B) | 103.2º | 0.5% | 0.98% | - |
| XYZ | 52.96 | 78.08 | 32.02 | - |
| YUV | 209.84 | 80.68 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 251 | 126 | 0.36 | 0 | 0.50 | 0.02 | 103.2 | 0.94 | 0.74 |
| Hex | A1 | FB | 7E | 24 | 0 | 32 | 2 | 67 | 5E | 4A |
| Octal | 241 | 373 | 176 | 44 | 0 | 62 | 2 | 147 | 136 | 112 |
| Binary | 10100001 | 11111011 | 1111110 | 100100 | 0 | 110010 | 10 | 1100111 | 1011110 | 1001010 |
Color Harmonies of #A1FB7E
Complementary color
Monochromatic Colors of #A1FB7E
Black with #A1FB7E
Text Example
Text Example
White with #A1FB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FB7E; }
p { color: rgb(161,251,126); }
H1.HeaderClassName
{
color: #A1FB7E;
}
.AnyTagClassName
{
color: #A1FB7E;
}
</style>
background-color css
<style>
a { background-color: #A1FB7E; }
a { background-color: rgb(161,251,126); }
div.DivClassName
{
background-color: #A1FB7E;
}
.BgClassName
{
background-color: #A1FB7E;
}
</style>
border-color css
<style>
span { border-color: #A1FB7E; }
span { border-color: rgb(161,251,126); }
td.TdClassName
{
border-color: #A1FB7E;
}
.TagClassName
{
border-color: #A1FB7E;
}
</style>