Shades of Pale Green #A0FB7F
Tints of Pale Green #A0FB7F
RGB
CMYK
RGB Variations
Color information
#A0FB7F (or 0xA0FB7F) is known color: Pale Green. HEX triplet: A0, FB and 7F. RGB value is (160,251,127). Sum of RGB (Red+Green+Blue) = 160+251+127=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 251 (98.44% from 255 or 46.65% from 538); Blue value is 127 (50% from 255 or 23.61% from 538); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FB7F is #5F0480. Grayscale: #D2D2D2. Windows color (decimal): -6227073 or 8387488. OLE color: 8387488.
HSL color Cylindrical-coordinate representation of color #A0FB7F: hue angle of 104.03º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0FB7F is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 251 | 127 | - |
| CMYK | 0.36 | 0 | 0.49 | 0.02 |
| HSL | 104.03º | 0.94% | 0.74% | - |
| HSV(B) | 104.03º | 0.49% | 0.98% | - |
| XYZ | 52.83 | 78 | 32.35 | - |
| YUV | 209.66 | 81.35 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 251 | 127 | 0.36 | 0 | 0.49 | 0.02 | 104.03 | 0.94 | 0.74 |
| Hex | A0 | FB | 7F | 24 | 0 | 31 | 2 | 68 | 5E | 4A |
| Octal | 240 | 373 | 177 | 44 | 0 | 61 | 2 | 150 | 136 | 112 |
| Binary | 10100000 | 11111011 | 1111111 | 100100 | 0 | 110001 | 10 | 1101000 | 1011110 | 1001010 |
Color Harmonies of #A0FB7F
Complementary color
Monochromatic Colors of #A0FB7F
Black with #A0FB7F
Text Example
Text Example
White with #A0FB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FB7F; }
p { color: rgb(160,251,127); }
H1.HeaderClassName
{
color: #A0FB7F;
}
.AnyTagClassName
{
color: #A0FB7F;
}
</style>
background-color css
<style>
a { background-color: #A0FB7F; }
a { background-color: rgb(160,251,127); }
div.DivClassName
{
background-color: #A0FB7F;
}
.BgClassName
{
background-color: #A0FB7F;
}
</style>
border-color css
<style>
span { border-color: #A0FB7F; }
span { border-color: rgb(160,251,127); }
td.TdClassName
{
border-color: #A0FB7F;
}
.TagClassName
{
border-color: #A0FB7F;
}
</style>