Shades of Pale Green #A0F5A8
Tints of Pale Green #A0F5A8
RGB
CMYK
RGB Variations
Color information
#A0F5A8 (or 0xA0F5A8) is known color: Pale Green. HEX triplet: A0, F5 and A8. RGB value is (160,245,168). Sum of RGB (Red+Green+Blue) = 160+245+168=573 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.92% from 573); Green value is 245 (96.09% from 255 or 42.76% from 573); Blue value is 168 (66.02% from 255 or 29.32% from 573); Max value from RGB is 245 - color contains mainly: green. Hex color #A0F5A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F5A8 is #5F0A57. Grayscale: #D3D3D3. Windows color (decimal): -6228568 or 11072928. OLE color: 11072928.
HSL color Cylindrical-coordinate representation of color #A0F5A8: hue angle of 125.65º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0F5A8 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 245 | 168 | - |
| CMYK | 0.35 | 0 | 0.31 | 0.04 |
| HSL | 125.65º | 0.81% | 0.79% | - |
| HSV(B) | 125.65º | 0.35% | 0.96% | - |
| XYZ | 54.22 | 75.61 | 48.78 | - |
| YUV | 210.81 | 103.84 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 245 | 168 | 0.35 | 0 | 0.31 | 0.04 | 125.65 | 0.81 | 0.79 |
| Hex | A0 | F5 | A8 | 23 | 0 | 1F | 4 | 7E | 51 | 4F |
| Octal | 240 | 365 | 250 | 43 | 0 | 37 | 4 | 176 | 121 | 117 |
| Binary | 10100000 | 11110101 | 10101000 | 100011 | 0 | 11111 | 100 | 1111110 | 1010001 | 1001111 |
Color Harmonies of #A0F5A8
Complementary color
Monochromatic Colors of #A0F5A8
Black with #A0F5A8
Text Example
Text Example
White with #A0F5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F5A8; }
p { color: rgb(160,245,168); }
H1.HeaderClassName
{
color: #A0F5A8;
}
.AnyTagClassName
{
color: #A0F5A8;
}
</style>
background-color css
<style>
a { background-color: #A0F5A8; }
a { background-color: rgb(160,245,168); }
div.DivClassName
{
background-color: #A0F5A8;
}
.BgClassName
{
background-color: #A0F5A8;
}
</style>
border-color css
<style>
span { border-color: #A0F5A8; }
span { border-color: rgb(160,245,168); }
td.TdClassName
{
border-color: #A0F5A8;
}
.TagClassName
{
border-color: #A0F5A8;
}
</style>