Shades of Celadon #A8E7AC
Tints of Celadon #A8E7AC
RGB
CMYK
RGB Variations
Color information
#A8E7AC (or 0xA8E7AC) is known color: Celadon. HEX triplet: A8, E7 and AC. RGB value is (168,231,172). Sum of RGB (Red+Green+Blue) = 168+231+172=571 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.42% from 571); Green value is 231 (90.62% from 255 or 40.46% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 231 - color contains mainly: green. Hex color #A8E7AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8E7AC is #571853. Grayscale: #CDCDCD. Windows color (decimal): -5707860 or 11331496. OLE color: 11331496.
HSL color Cylindrical-coordinate representation of color #A8E7AC: hue angle of 123.81º 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 #A8E7AC is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 231 | 172 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.09 |
| HSL | 123.81º | 0.57% | 0.78% | - |
| HSV(B) | 123.81º | 0.27% | 0.91% | - |
| XYZ | 52.17 | 68.46 | 49.49 | - |
| YUV | 205.44 | 109.13 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 231 | 172 | 0.27 | 0 | 0.26 | 0.09 | 123.81 | 0.57 | 0.78 |
| Hex | A8 | E7 | AC | 1B | 0 | 1A | 9 | 7C | 39 | 4E |
| Octal | 250 | 347 | 254 | 33 | 0 | 32 | 11 | 174 | 71 | 116 |
| Binary | 10101000 | 11100111 | 10101100 | 11011 | 0 | 11010 | 1001 | 1111100 | 111001 | 1001110 |
Color Harmonies of #A8E7AC
Complementary color
Monochromatic Colors of #A8E7AC
Black with #A8E7AC
Text Example
Text Example
White with #A8E7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E7AC; }
p { color: rgb(168,231,172); }
H1.HeaderClassName
{
color: #A8E7AC;
}
.AnyTagClassName
{
color: #A8E7AC;
}
</style>
background-color css
<style>
a { background-color: #A8E7AC; }
a { background-color: rgb(168,231,172); }
div.DivClassName
{
background-color: #A8E7AC;
}
.BgClassName
{
background-color: #A8E7AC;
}
</style>
border-color css
<style>
span { border-color: #A8E7AC; }
span { border-color: rgb(168,231,172); }
td.TdClassName
{
border-color: #A8E7AC;
}
.TagClassName
{
border-color: #A8E7AC;
}
</style>