Shades of Celadon #A8E7AA
Tints of Celadon #A8E7AA
RGB
CMYK
RGB Variations
Color information
#A8E7AA (or 0xA8E7AA) is known color: Celadon. HEX triplet: A8, E7 and AA. RGB value is (168,231,170). Sum of RGB (Red+Green+Blue) = 168+231+170=569 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.53% from 569); Green value is 231 (90.62% from 255 or 40.60% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 231 - color contains mainly: green. Hex color #A8E7AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8E7AA is #571855. Grayscale: #CDCDCD. Windows color (decimal): -5707862 or 11200424. OLE color: 11200424.
HSL color Cylindrical-coordinate representation of color #A8E7AA: hue angle of 121.9º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8E7AA is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 231 | 170 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.09 |
| HSL | 121.9º | 0.57% | 0.78% | - |
| HSV(B) | 121.9º | 0.27% | 0.91% | - |
| XYZ | 51.98 | 68.38 | 48.49 | - |
| YUV | 205.21 | 108.13 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 231 | 170 | 0.27 | 0 | 0.26 | 0.09 | 121.9 | 0.57 | 0.78 |
| Hex | A8 | E7 | AA | 1B | 0 | 1A | 9 | 7A | 39 | 4E |
| Octal | 250 | 347 | 252 | 33 | 0 | 32 | 11 | 172 | 71 | 116 |
| Binary | 10101000 | 11100111 | 10101010 | 11011 | 0 | 11010 | 1001 | 1111010 | 111001 | 1001110 |
Color Harmonies of #A8E7AA
Complementary color
Monochromatic Colors of #A8E7AA
Black with #A8E7AA
Text Example
Text Example
White with #A8E7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E7AA; }
p { color: rgb(168,231,170); }
H1.HeaderClassName
{
color: #A8E7AA;
}
.AnyTagClassName
{
color: #A8E7AA;
}
</style>
background-color css
<style>
a { background-color: #A8E7AA; }
a { background-color: rgb(168,231,170); }
div.DivClassName
{
background-color: #A8E7AA;
}
.BgClassName
{
background-color: #A8E7AA;
}
</style>
border-color css
<style>
span { border-color: #A8E7AA; }
span { border-color: rgb(168,231,170); }
td.TdClassName
{
border-color: #A8E7AA;
}
.TagClassName
{
border-color: #A8E7AA;
}
</style>