Shades of Pale Green #A0F195
Tints of Pale Green #A0F195
RGB
CMYK
RGB Variations
Color information
#A0F195 (or 0xA0F195) is known color: Pale Green. HEX triplet: A0, F1 and 95. RGB value is (160,241,149). Sum of RGB (Red+Green+Blue) = 160+241+149=550 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.09% from 550); Green value is 241 (94.53% from 255 or 43.82% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F195 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F195 is #5F0E6A. Grayscale: #CECECE. Windows color (decimal): -6229611 or 9826720. OLE color: 9826720.
HSL color Cylindrical-coordinate representation of color #A0F195: hue angle of 112.83º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0F195 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 241 | 149 | - |
| CMYK | 0.34 | 0 | 0.38 | 0.05 |
| HSL | 112.83º | 0.77% | 0.76% | - |
| HSV(B) | 112.83º | 0.38% | 0.95% | - |
| XYZ | 51.38 | 72.55 | 39.73 | - |
| YUV | 206.29 | 95.66 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 241 | 149 | 0.34 | 0 | 0.38 | 0.05 | 112.83 | 0.77 | 0.76 |
| Hex | A0 | F1 | 95 | 22 | 0 | 26 | 5 | 71 | 4D | 4C |
| Octal | 240 | 361 | 225 | 42 | 0 | 46 | 5 | 161 | 115 | 114 |
| Binary | 10100000 | 11110001 | 10010101 | 100010 | 0 | 100110 | 101 | 1110001 | 1001101 | 1001100 |
Color Harmonies of #A0F195
Complementary color
Monochromatic Colors of #A0F195
Black with #A0F195
Text Example
Text Example
White with #A0F195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F195; }
p { color: rgb(160,241,149); }
H1.HeaderClassName
{
color: #A0F195;
}
.AnyTagClassName
{
color: #A0F195;
}
</style>
background-color css
<style>
a { background-color: #A0F195; }
a { background-color: rgb(160,241,149); }
div.DivClassName
{
background-color: #A0F195;
}
.BgClassName
{
background-color: #A0F195;
}
</style>
border-color css
<style>
span { border-color: #A0F195; }
span { border-color: rgb(160,241,149); }
td.TdClassName
{
border-color: #A0F195;
}
.TagClassName
{
border-color: #A0F195;
}
</style>