Shades of Pale Green #A1FB7D
Tints of Pale Green #A1FB7D
RGB
CMYK
RGB Variations
Color information
#A1FB7D (or 0xA1FB7D) is known color: Pale Green. HEX triplet: A1, FB and 7D. RGB value is (161,251,125). Sum of RGB (Red+Green+Blue) = 161+251+125=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 251 (98.44% from 255 or 46.74% from 537); Blue value is 125 (49.22% from 255 or 23.28% from 537); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FB7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FB7D is #5E0482. Grayscale: #D2D2D2. Windows color (decimal): -6161539 or 8256417. OLE color: 8256417.
HSL color Cylindrical-coordinate representation of color #A1FB7D: hue angle of 102.86º 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 #A1FB7D is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 251 | 125 | - |
| CMYK | 0.36 | 0 | 0.50 | 0.02 |
| HSL | 102.86º | 0.94% | 0.74% | - |
| HSV(B) | 102.86º | 0.5% | 0.98% | - |
| XYZ | 52.9 | 78.05 | 31.68 | - |
| YUV | 209.73 | 80.18 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 251 | 125 | 0.36 | 0 | 0.50 | 0.02 | 102.86 | 0.94 | 0.74 |
| Hex | A1 | FB | 7D | 24 | 0 | 32 | 2 | 67 | 5E | 4A |
| Octal | 241 | 373 | 175 | 44 | 0 | 62 | 2 | 147 | 136 | 112 |
| Binary | 10100001 | 11111011 | 1111101 | 100100 | 0 | 110010 | 10 | 1100111 | 1011110 | 1001010 |
Color Harmonies of #A1FB7D
Complementary color
Monochromatic Colors of #A1FB7D
Black with #A1FB7D
Text Example
Text Example
White with #A1FB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FB7D; }
p { color: rgb(161,251,125); }
H1.HeaderClassName
{
color: #A1FB7D;
}
.AnyTagClassName
{
color: #A1FB7D;
}
</style>
background-color css
<style>
a { background-color: #A1FB7D; }
a { background-color: rgb(161,251,125); }
div.DivClassName
{
background-color: #A1FB7D;
}
.BgClassName
{
background-color: #A1FB7D;
}
</style>
border-color css
<style>
span { border-color: #A1FB7D; }
span { border-color: rgb(161,251,125); }
td.TdClassName
{
border-color: #A1FB7D;
}
.TagClassName
{
border-color: #A1FB7D;
}
</style>