Shades of Pale Green #A0FCB2
Tints of Pale Green #A0FCB2
RGB
CMYK
RGB Variations
Color information
#A0FCB2 (or 0xA0FCB2) is known color: Pale Green. HEX triplet: A0, FC and B2. RGB value is (160,252,178). Sum of RGB (Red+Green+Blue) = 160+252+178=590 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.12% from 590); Green value is 252 (98.83% from 255 or 42.71% from 590); Blue value is 178 (69.92% from 255 or 30.17% from 590); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FCB2 is #5F034D. Grayscale: #D8D8D8. Windows color (decimal): -6226766 or 11730080. OLE color: 11730080.
HSL color Cylindrical-coordinate representation of color #A0FCB2: hue angle of 131.74º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FCB2 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 252 | 178 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.01 |
| HSL | 131.74º | 0.94% | 0.81% | - |
| HSV(B) | 131.74º | 0.37% | 0.99% | - |
| XYZ | 57.34 | 80.31 | 54.6 | - |
| YUV | 216.06 | 106.52 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 252 | 178 | 0.37 | 0 | 0.29 | 0.01 | 131.74 | 0.94 | 0.81 |
| Hex | A0 | FC | B2 | 25 | 0 | 1D | 1 | 84 | 5E | 51 |
| Octal | 240 | 374 | 262 | 45 | 0 | 35 | 1 | 204 | 136 | 121 |
| Binary | 10100000 | 11111100 | 10110010 | 100101 | 0 | 11101 | 1 | 10000100 | 1011110 | 1010001 |
Color Harmonies of #A0FCB2
Complementary color
Monochromatic Colors of #A0FCB2
Black with #A0FCB2
Text Example
Text Example
White with #A0FCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FCB2; }
p { color: rgb(160,252,178); }
H1.HeaderClassName
{
color: #A0FCB2;
}
.AnyTagClassName
{
color: #A0FCB2;
}
</style>
background-color css
<style>
a { background-color: #A0FCB2; }
a { background-color: rgb(160,252,178); }
div.DivClassName
{
background-color: #A0FCB2;
}
.BgClassName
{
background-color: #A0FCB2;
}
</style>
border-color css
<style>
span { border-color: #A0FCB2; }
span { border-color: rgb(160,252,178); }
td.TdClassName
{
border-color: #A0FCB2;
}
.TagClassName
{
border-color: #A0FCB2;
}
</style>