Shades of Celadon #A8F8AD
Tints of Celadon #A8F8AD
RGB
CMYK
RGB Variations
Color information
#A8F8AD (or 0xA8F8AD) is known color: Celadon. HEX triplet: A8, F8 and AD. RGB value is (168,248,173). Sum of RGB (Red+Green+Blue) = 168+248+173=589 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.52% from 589); Green value is 248 (97.27% from 255 or 42.11% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F8AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F8AD is #570752. Grayscale: #D7D7D7. Windows color (decimal): -5703507 or 11401384. OLE color: 11401384.
HSL color Cylindrical-coordinate representation of color #A8F8AD: hue angle of 123.75º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8F8AD is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 248 | 173 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.03 |
| HSL | 123.75º | 0.85% | 0.82% | - |
| HSV(B) | 123.75º | 0.32% | 0.97% | - |
| XYZ | 57.26 | 78.48 | 51.66 | - |
| YUV | 215.53 | 104 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 248 | 173 | 0.32 | 0 | 0.30 | 0.03 | 123.75 | 0.85 | 0.82 |
| Hex | A8 | F8 | AD | 20 | 0 | 1E | 3 | 7C | 55 | 52 |
| Octal | 250 | 370 | 255 | 40 | 0 | 36 | 3 | 174 | 125 | 122 |
| Binary | 10101000 | 11111000 | 10101101 | 100000 | 0 | 11110 | 11 | 1111100 | 1010101 | 1010010 |
Color Harmonies of #A8F8AD
Complementary color
Monochromatic Colors of #A8F8AD
Black with #A8F8AD
Text Example
Text Example
White with #A8F8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F8AD; }
p { color: rgb(168,248,173); }
H1.HeaderClassName
{
color: #A8F8AD;
}
.AnyTagClassName
{
color: #A8F8AD;
}
</style>
background-color css
<style>
a { background-color: #A8F8AD; }
a { background-color: rgb(168,248,173); }
div.DivClassName
{
background-color: #A8F8AD;
}
.BgClassName
{
background-color: #A8F8AD;
}
</style>
border-color css
<style>
span { border-color: #A8F8AD; }
span { border-color: rgb(168,248,173); }
td.TdClassName
{
border-color: #A8F8AD;
}
.TagClassName
{
border-color: #A8F8AD;
}
</style>