Shades of Pale Green #A0FB7E
Tints of Pale Green #A0FB7E
RGB
CMYK
RGB Variations
Color information
#A0FB7E (or 0xA0FB7E) is known color: Pale Green. HEX triplet: A0, FB and 7E. RGB value is (160,251,126). Sum of RGB (Red+Green+Blue) = 160+251+126=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 251 (98.44% from 255 or 46.74% from 537); Blue value is 126 (49.61% from 255 or 23.46% from 537); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FB7E is #5F0481. Grayscale: #D1D1D1. Windows color (decimal): -6227074 or 8321952. OLE color: 8321952.
HSL color Cylindrical-coordinate representation of color #A0FB7E: hue angle of 103.68º 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 #A0FB7E is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 251 | 126 | - |
| CMYK | 0.36 | 0 | 0.50 | 0.02 |
| HSL | 103.68º | 0.94% | 0.74% | - |
| HSV(B) | 103.68º | 0.5% | 0.98% | - |
| XYZ | 52.76 | 77.97 | 32.01 | - |
| YUV | 209.54 | 80.85 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 251 | 126 | 0.36 | 0 | 0.50 | 0.02 | 103.68 | 0.94 | 0.74 |
| Hex | A0 | FB | 7E | 24 | 0 | 32 | 2 | 68 | 5E | 4A |
| Octal | 240 | 373 | 176 | 44 | 0 | 62 | 2 | 150 | 136 | 112 |
| Binary | 10100000 | 11111011 | 1111110 | 100100 | 0 | 110010 | 10 | 1101000 | 1011110 | 1001010 |
Color Harmonies of #A0FB7E
Complementary color
Monochromatic Colors of #A0FB7E
Black with #A0FB7E
Text Example
Text Example
White with #A0FB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FB7E; }
p { color: rgb(160,251,126); }
H1.HeaderClassName
{
color: #A0FB7E;
}
.AnyTagClassName
{
color: #A0FB7E;
}
</style>
background-color css
<style>
a { background-color: #A0FB7E; }
a { background-color: rgb(160,251,126); }
div.DivClassName
{
background-color: #A0FB7E;
}
.BgClassName
{
background-color: #A0FB7E;
}
</style>
border-color css
<style>
span { border-color: #A0FB7E; }
span { border-color: rgb(160,251,126); }
td.TdClassName
{
border-color: #A0FB7E;
}
.TagClassName
{
border-color: #A0FB7E;
}
</style>