Shades of Pale Green #A0F98A
Tints of Pale Green #A0F98A
RGB
CMYK
RGB Variations
Color information
#A0F98A (or 0xA0F98A) is known color: Pale Green. HEX triplet: A0, F9 and 8A. RGB value is (160,249,138). Sum of RGB (Red+Green+Blue) = 160+249+138=547 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.25% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 138 (54.30% from 255 or 25.23% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F98A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F98A is #5F0675. Grayscale: #D2D2D2. Windows color (decimal): -6227574 or 9107872. OLE color: 9107872.
HSL color Cylindrical-coordinate representation of color #A0F98A: hue angle of 108.11º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0F98A is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 249 | 138 | - |
| CMYK | 0.36 | 0 | 0.45 | 0.02 |
| HSL | 108.11º | 0.9% | 0.76% | - |
| HSV(B) | 108.11º | 0.45% | 0.98% | - |
| XYZ | 52.96 | 77.06 | 36.13 | - |
| YUV | 209.74 | 87.51 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 249 | 138 | 0.36 | 0 | 0.45 | 0.02 | 108.11 | 0.9 | 0.76 |
| Hex | A0 | F9 | 8A | 24 | 0 | 2D | 2 | 6C | 5A | 4C |
| Octal | 240 | 371 | 212 | 44 | 0 | 55 | 2 | 154 | 132 | 114 |
| Binary | 10100000 | 11111001 | 10001010 | 100100 | 0 | 101101 | 10 | 1101100 | 1011010 | 1001100 |
Color Harmonies of #A0F98A
Complementary color
Monochromatic Colors of #A0F98A
Black with #A0F98A
Text Example
Text Example
White with #A0F98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F98A; }
p { color: rgb(160,249,138); }
H1.HeaderClassName
{
color: #A0F98A;
}
.AnyTagClassName
{
color: #A0F98A;
}
</style>
background-color css
<style>
a { background-color: #A0F98A; }
a { background-color: rgb(160,249,138); }
div.DivClassName
{
background-color: #A0F98A;
}
.BgClassName
{
background-color: #A0F98A;
}
</style>
border-color css
<style>
span { border-color: #A0F98A; }
span { border-color: rgb(160,249,138); }
td.TdClassName
{
border-color: #A0F98A;
}
.TagClassName
{
border-color: #A0F98A;
}
</style>