Shades of Pale Green #A0FA99
Tints of Pale Green #A0FA99
RGB
CMYK
RGB Variations
Color information
#A0FA99 (or 0xA0FA99) is known color: Pale Green. HEX triplet: A0, FA and 99. RGB value is (160,250,153). Sum of RGB (Red+Green+Blue) = 160+250+153=563 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.42% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 153 (60.16% from 255 or 27.18% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA99 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FA99 is #5F0566. Grayscale: #D4D4D4. Windows color (decimal): -6227303 or 10091168. OLE color: 10091168.
HSL color Cylindrical-coordinate representation of color #A0FA99: hue angle of 115.67º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0FA99 is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 250 | 153 | - |
| CMYK | 0.36 | 0 | 0.39 | 0.02 |
| HSL | 115.67º | 0.91% | 0.79% | - |
| HSV(B) | 115.67º | 0.39% | 0.98% | - |
| XYZ | 54.43 | 78.14 | 42.35 | - |
| YUV | 212.03 | 94.68 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 250 | 153 | 0.36 | 0 | 0.39 | 0.02 | 115.67 | 0.91 | 0.79 |
| Hex | A0 | FA | 99 | 24 | 0 | 27 | 2 | 74 | 5B | 4F |
| Octal | 240 | 372 | 231 | 44 | 0 | 47 | 2 | 164 | 133 | 117 |
| Binary | 10100000 | 11111010 | 10011001 | 100100 | 0 | 100111 | 10 | 1110100 | 1011011 | 1001111 |
Color Harmonies of #A0FA99
Complementary color
Monochromatic Colors of #A0FA99
Black with #A0FA99
Text Example
Text Example
White with #A0FA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FA99; }
p { color: rgb(160,250,153); }
H1.HeaderClassName
{
color: #A0FA99;
}
.AnyTagClassName
{
color: #A0FA99;
}
</style>
background-color css
<style>
a { background-color: #A0FA99; }
a { background-color: rgb(160,250,153); }
div.DivClassName
{
background-color: #A0FA99;
}
.BgClassName
{
background-color: #A0FA99;
}
</style>
border-color css
<style>
span { border-color: #A0FA99; }
span { border-color: rgb(160,250,153); }
td.TdClassName
{
border-color: #A0FA99;
}
.TagClassName
{
border-color: #A0FA99;
}
</style>