Shades of Pale Green #A0FB9A
Tints of Pale Green #A0FB9A
RGB
CMYK
RGB Variations
Color information
#A0FB9A (or 0xA0FB9A) is known color: Pale Green. HEX triplet: A0, FB and 9A. RGB value is (160,251,154). Sum of RGB (Red+Green+Blue) = 160+251+154=565 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.32% from 565); Green value is 251 (98.44% from 255 or 44.42% from 565); Blue value is 154 (60.55% from 255 or 27.26% from 565); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FB9A is #5F0465. Grayscale: #D5D5D5. Windows color (decimal): -6227046 or 10156960. OLE color: 10156960.
HSL color Cylindrical-coordinate representation of color #A0FB9A: hue angle of 116.29º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0FB9A is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 251 | 154 | - |
| CMYK | 0.36 | 0 | 0.39 | 0.02 |
| HSL | 116.29º | 0.92% | 0.79% | - |
| HSV(B) | 116.29º | 0.39% | 0.98% | - |
| XYZ | 54.83 | 78.8 | 42.89 | - |
| YUV | 212.73 | 94.85 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 251 | 154 | 0.36 | 0 | 0.39 | 0.02 | 116.29 | 0.92 | 0.79 |
| Hex | A0 | FB | 9A | 24 | 0 | 27 | 2 | 74 | 5C | 4F |
| Octal | 240 | 373 | 232 | 44 | 0 | 47 | 2 | 164 | 134 | 117 |
| Binary | 10100000 | 11111011 | 10011010 | 100100 | 0 | 100111 | 10 | 1110100 | 1011100 | 1001111 |
Color Harmonies of #A0FB9A
Complementary color
Monochromatic Colors of #A0FB9A
Black with #A0FB9A
Text Example
Text Example
White with #A0FB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FB9A; }
p { color: rgb(160,251,154); }
H1.HeaderClassName
{
color: #A0FB9A;
}
.AnyTagClassName
{
color: #A0FB9A;
}
</style>
background-color css
<style>
a { background-color: #A0FB9A; }
a { background-color: rgb(160,251,154); }
div.DivClassName
{
background-color: #A0FB9A;
}
.BgClassName
{
background-color: #A0FB9A;
}
</style>
border-color css
<style>
span { border-color: #A0FB9A; }
span { border-color: rgb(160,251,154); }
td.TdClassName
{
border-color: #A0FB9A;
}
.TagClassName
{
border-color: #A0FB9A;
}
</style>