Shades of Celadon #A8E1AC
Tints of Celadon #A8E1AC
RGB
CMYK
RGB Variations
Color information
#A8E1AC (or 0xA8E1AC) is known color: Celadon. HEX triplet: A8, E1 and AC. RGB value is (168,225,172). Sum of RGB (Red+Green+Blue) = 168+225+172=565 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.73% from 565); Green value is 225 (88.28% from 255 or 39.82% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E1AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E1AC is #571E53. Grayscale: #CACACA. Windows color (decimal): -5709396 or 11329960. OLE color: 11329960.
HSL color Cylindrical-coordinate representation of color #A8E1AC: hue angle of 124.21º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8E1AC is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 225 | 172 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.12 |
| HSL | 124.21º | 0.49% | 0.77% | - |
| HSV(B) | 124.21º | 0.25% | 0.88% | - |
| XYZ | 50.52 | 65.15 | 48.94 | - |
| YUV | 201.92 | 111.12 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 225 | 172 | 0.25 | 0 | 0.24 | 0.12 | 124.21 | 0.49 | 0.77 |
| Hex | A8 | E1 | AC | 19 | 0 | 18 | C | 7C | 31 | 4D |
| Octal | 250 | 341 | 254 | 31 | 0 | 30 | 14 | 174 | 61 | 115 |
| Binary | 10101000 | 11100001 | 10101100 | 11001 | 0 | 11000 | 1100 | 1111100 | 110001 | 1001101 |
Color Harmonies of #A8E1AC
Complementary color
Monochromatic Colors of #A8E1AC
Black with #A8E1AC
Text Example
Text Example
White with #A8E1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E1AC; }
p { color: rgb(168,225,172); }
H1.HeaderClassName
{
color: #A8E1AC;
}
.AnyTagClassName
{
color: #A8E1AC;
}
</style>
background-color css
<style>
a { background-color: #A8E1AC; }
a { background-color: rgb(168,225,172); }
div.DivClassName
{
background-color: #A8E1AC;
}
.BgClassName
{
background-color: #A8E1AC;
}
</style>
border-color css
<style>
span { border-color: #A8E1AC; }
span { border-color: rgb(168,225,172); }
td.TdClassName
{
border-color: #A8E1AC;
}
.TagClassName
{
border-color: #A8E1AC;
}
</style>