Shades of Pale Green #A0FB92
Tints of Pale Green #A0FB92
RGB
CMYK
RGB Variations
Color information
#A0FB92 (or 0xA0FB92) is known color: Pale Green. HEX triplet: A0, FB and 92. RGB value is (160,251,146). Sum of RGB (Red+Green+Blue) = 160+251+146=557 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.73% from 557); Green value is 251 (98.44% from 255 or 45.06% from 557); Blue value is 146 (57.42% from 255 or 26.21% from 557); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FB92 is #5F046D. Grayscale: #D4D4D4. Windows color (decimal): -6227054 or 9632672. OLE color: 9632672.
HSL color Cylindrical-coordinate representation of color #A0FB92: hue angle of 112º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0FB92 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 251 | 146 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.02 |
| HSL | 112º | 0.93% | 0.78% | - |
| HSV(B) | 112º | 0.42% | 0.98% | - |
| XYZ | 54.18 | 78.54 | 39.5 | - |
| YUV | 211.82 | 90.85 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 251 | 146 | 0.36 | 0 | 0.42 | 0.02 | 112 | 0.93 | 0.78 |
| Hex | A0 | FB | 92 | 24 | 0 | 2A | 2 | 70 | 5D | 4E |
| Octal | 240 | 373 | 222 | 44 | 0 | 52 | 2 | 160 | 135 | 116 |
| Binary | 10100000 | 11111011 | 10010010 | 100100 | 0 | 101010 | 10 | 1110000 | 1011101 | 1001110 |
Color Harmonies of #A0FB92
Complementary color
Monochromatic Colors of #A0FB92
Black with #A0FB92
Text Example
Text Example
White with #A0FB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FB92; }
p { color: rgb(160,251,146); }
H1.HeaderClassName
{
color: #A0FB92;
}
.AnyTagClassName
{
color: #A0FB92;
}
</style>
background-color css
<style>
a { background-color: #A0FB92; }
a { background-color: rgb(160,251,146); }
div.DivClassName
{
background-color: #A0FB92;
}
.BgClassName
{
background-color: #A0FB92;
}
</style>
border-color css
<style>
span { border-color: #A0FB92; }
span { border-color: rgb(160,251,146); }
td.TdClassName
{
border-color: #A0FB92;
}
.TagClassName
{
border-color: #A0FB92;
}
</style>