Shades of Pale Green #A0F298
Tints of Pale Green #A0F298
RGB
CMYK
RGB Variations
Color information
#A0F298 (or 0xA0F298) is known color: Pale Green. HEX triplet: A0, F2 and 98. RGB value is (160,242,152). Sum of RGB (Red+Green+Blue) = 160+242+152=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 152 (59.77% from 255 or 27.44% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F298 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F298 is #5F0D67. Grayscale: #CFCFCF. Windows color (decimal): -6229352 or 10023584. OLE color: 10023584.
HSL color Cylindrical-coordinate representation of color #A0F298: hue angle of 114.67º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0F298 is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 242 | 152 | - |
| CMYK | 0.34 | 0 | 0.37 | 0.05 |
| HSL | 114.67º | 0.78% | 0.77% | - |
| HSV(B) | 114.67º | 0.37% | 0.95% | - |
| XYZ | 51.92 | 73.24 | 41.11 | - |
| YUV | 207.22 | 96.83 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 242 | 152 | 0.34 | 0 | 0.37 | 0.05 | 114.67 | 0.78 | 0.77 |
| Hex | A0 | F2 | 98 | 22 | 0 | 25 | 5 | 73 | 4E | 4D |
| Octal | 240 | 362 | 230 | 42 | 0 | 45 | 5 | 163 | 116 | 115 |
| Binary | 10100000 | 11110010 | 10011000 | 100010 | 0 | 100101 | 101 | 1110011 | 1001110 | 1001101 |
Color Harmonies of #A0F298
Complementary color
Monochromatic Colors of #A0F298
Black with #A0F298
Text Example
Text Example
White with #A0F298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F298; }
p { color: rgb(160,242,152); }
H1.HeaderClassName
{
color: #A0F298;
}
.AnyTagClassName
{
color: #A0F298;
}
</style>
background-color css
<style>
a { background-color: #A0F298; }
a { background-color: rgb(160,242,152); }
div.DivClassName
{
background-color: #A0F298;
}
.BgClassName
{
background-color: #A0F298;
}
</style>
border-color css
<style>
span { border-color: #A0F298; }
span { border-color: rgb(160,242,152); }
td.TdClassName
{
border-color: #A0F298;
}
.TagClassName
{
border-color: #A0F298;
}
</style>