Shades of Pale Green #A0F892
Tints of Pale Green #A0F892
RGB
CMYK
RGB Variations
Color information
#A0F892 (or 0xA0F892) is known color: Pale Green. HEX triplet: A0, F8 and 92. RGB value is (160,248,146). Sum of RGB (Red+Green+Blue) = 160+248+146=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 248 (97.27% from 255 or 44.77% from 554); Blue value is 146 (57.42% from 255 or 26.35% from 554); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F892 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F892 is #5F076D. Grayscale: #D2D2D2. Windows color (decimal): -6227822 or 9631904. OLE color: 9631904.
HSL color Cylindrical-coordinate representation of color #A0F892: hue angle of 111.76º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0F892 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 248 | 146 | - |
| CMYK | 0.35 | 0 | 0.41 | 0.03 |
| HSL | 111.76º | 0.88% | 0.77% | - |
| HSV(B) | 111.76º | 0.41% | 0.97% | - |
| XYZ | 53.25 | 76.68 | 39.19 | - |
| YUV | 210.06 | 91.85 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 248 | 146 | 0.35 | 0 | 0.41 | 0.03 | 111.76 | 0.88 | 0.77 |
| Hex | A0 | F8 | 92 | 23 | 0 | 29 | 3 | 70 | 58 | 4D |
| Octal | 240 | 370 | 222 | 43 | 0 | 51 | 3 | 160 | 130 | 115 |
| Binary | 10100000 | 11111000 | 10010010 | 100011 | 0 | 101001 | 11 | 1110000 | 1011000 | 1001101 |
Color Harmonies of #A0F892
Complementary color
Monochromatic Colors of #A0F892
Black with #A0F892
Text Example
Text Example
White with #A0F892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F892; }
p { color: rgb(160,248,146); }
H1.HeaderClassName
{
color: #A0F892;
}
.AnyTagClassName
{
color: #A0F892;
}
</style>
background-color css
<style>
a { background-color: #A0F892; }
a { background-color: rgb(160,248,146); }
div.DivClassName
{
background-color: #A0F892;
}
.BgClassName
{
background-color: #A0F892;
}
</style>
border-color css
<style>
span { border-color: #A0F892; }
span { border-color: rgb(160,248,146); }
td.TdClassName
{
border-color: #A0F892;
}
.TagClassName
{
border-color: #A0F892;
}
</style>