Shades of Pale Green #A0FB84
Tints of Pale Green #A0FB84
RGB
CMYK
RGB Variations
Color information
#A0FB84 (or 0xA0FB84) is known color: Pale Green. HEX triplet: A0, FB and 84. RGB value is (160,251,132). Sum of RGB (Red+Green+Blue) = 160+251+132=543 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.47% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 132 (51.95% from 255 or 24.31% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FB84 is #5F047B. Grayscale: #D2D2D2. Windows color (decimal): -6227068 or 8715168. OLE color: 8715168.
HSL color Cylindrical-coordinate representation of color #A0FB84: hue angle of 105.88º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0FB84 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 251 | 132 | - |
| CMYK | 0.36 | 0 | 0.47 | 0.02 |
| HSL | 105.88º | 0.94% | 0.75% | - |
| HSV(B) | 105.88º | 0.47% | 0.98% | - |
| XYZ | 53.16 | 78.13 | 34.11 | - |
| YUV | 210.23 | 83.85 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 251 | 132 | 0.36 | 0 | 0.47 | 0.02 | 105.88 | 0.94 | 0.75 |
| Hex | A0 | FB | 84 | 24 | 0 | 2F | 2 | 6A | 5E | 4B |
| Octal | 240 | 373 | 204 | 44 | 0 | 57 | 2 | 152 | 136 | 113 |
| Binary | 10100000 | 11111011 | 10000100 | 100100 | 0 | 101111 | 10 | 1101010 | 1011110 | 1001011 |
Color Harmonies of #A0FB84
Complementary color
Monochromatic Colors of #A0FB84
Black with #A0FB84
Text Example
Text Example
White with #A0FB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FB84; }
p { color: rgb(160,251,132); }
H1.HeaderClassName
{
color: #A0FB84;
}
.AnyTagClassName
{
color: #A0FB84;
}
</style>
background-color css
<style>
a { background-color: #A0FB84; }
a { background-color: rgb(160,251,132); }
div.DivClassName
{
background-color: #A0FB84;
}
.BgClassName
{
background-color: #A0FB84;
}
</style>
border-color css
<style>
span { border-color: #A0FB84; }
span { border-color: rgb(160,251,132); }
td.TdClassName
{
border-color: #A0FB84;
}
.TagClassName
{
border-color: #A0FB84;
}
</style>