Shades of Pale Green #A0F995
Tints of Pale Green #A0F995
RGB
CMYK
RGB Variations
Color information
#A0F995 (or 0xA0F995) is known color: Pale Green. HEX triplet: A0, F9 and 95. RGB value is (160,249,149). Sum of RGB (Red+Green+Blue) = 160+249+149=558 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.67% from 558); Green value is 249 (97.66% from 255 or 44.62% from 558); Blue value is 149 (58.59% from 255 or 26.70% from 558); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F995 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F995 is #5F066A. Grayscale: #D3D3D3. Windows color (decimal): -6227563 or 9828768. OLE color: 9828768.
HSL color Cylindrical-coordinate representation of color #A0F995: hue angle of 113.4º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0F995 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 249 | 149 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.02 |
| HSL | 113.4º | 0.89% | 0.78% | - |
| HSV(B) | 113.4º | 0.4% | 0.98% | - |
| XYZ | 53.8 | 77.39 | 40.54 | - |
| YUV | 210.99 | 93.01 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 249 | 149 | 0.36 | 0 | 0.40 | 0.02 | 113.4 | 0.89 | 0.78 |
| Hex | A0 | F9 | 95 | 24 | 0 | 28 | 2 | 71 | 59 | 4E |
| Octal | 240 | 371 | 225 | 44 | 0 | 50 | 2 | 161 | 131 | 116 |
| Binary | 10100000 | 11111001 | 10010101 | 100100 | 0 | 101000 | 10 | 1110001 | 1011001 | 1001110 |
Color Harmonies of #A0F995
Complementary color
Monochromatic Colors of #A0F995
Black with #A0F995
Text Example
Text Example
White with #A0F995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F995; }
p { color: rgb(160,249,149); }
H1.HeaderClassName
{
color: #A0F995;
}
.AnyTagClassName
{
color: #A0F995;
}
</style>
background-color css
<style>
a { background-color: #A0F995; }
a { background-color: rgb(160,249,149); }
div.DivClassName
{
background-color: #A0F995;
}
.BgClassName
{
background-color: #A0F995;
}
</style>
border-color css
<style>
span { border-color: #A0F995; }
span { border-color: rgb(160,249,149); }
td.TdClassName
{
border-color: #A0F995;
}
.TagClassName
{
border-color: #A0F995;
}
</style>