Shades of Celadon #A8F5AD
Tints of Celadon #A8F5AD
RGB
CMYK
RGB Variations
Color information
#A8F5AD (or 0xA8F5AD) is known color: Celadon. HEX triplet: A8, F5 and AD. RGB value is (168,245,173). Sum of RGB (Red+Green+Blue) = 168+245+173=586 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.67% from 586); Green value is 245 (96.09% from 255 or 41.81% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F5AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F5AD is #570A52. Grayscale: #D5D5D5. Windows color (decimal): -5704275 or 11400616. OLE color: 11400616.
HSL color Cylindrical-coordinate representation of color #A8F5AD: hue angle of 123.9º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F5AD is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 245 | 173 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.04 |
| HSL | 123.9º | 0.79% | 0.81% | - |
| HSV(B) | 123.9º | 0.31% | 0.96% | - |
| XYZ | 56.34 | 76.65 | 51.36 | - |
| YUV | 213.77 | 104.99 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 245 | 173 | 0.31 | 0 | 0.29 | 0.04 | 123.9 | 0.79 | 0.81 |
| Hex | A8 | F5 | AD | 1F | 0 | 1D | 4 | 7C | 4F | 51 |
| Octal | 250 | 365 | 255 | 37 | 0 | 35 | 4 | 174 | 117 | 121 |
| Binary | 10101000 | 11110101 | 10101101 | 11111 | 0 | 11101 | 100 | 1111100 | 1001111 | 1010001 |
Color Harmonies of #A8F5AD
Complementary color
Monochromatic Colors of #A8F5AD
Black with #A8F5AD
Text Example
Text Example
White with #A8F5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F5AD; }
p { color: rgb(168,245,173); }
H1.HeaderClassName
{
color: #A8F5AD;
}
.AnyTagClassName
{
color: #A8F5AD;
}
</style>
background-color css
<style>
a { background-color: #A8F5AD; }
a { background-color: rgb(168,245,173); }
div.DivClassName
{
background-color: #A8F5AD;
}
.BgClassName
{
background-color: #A8F5AD;
}
</style>
border-color css
<style>
span { border-color: #A8F5AD; }
span { border-color: rgb(168,245,173); }
td.TdClassName
{
border-color: #A8F5AD;
}
.TagClassName
{
border-color: #A8F5AD;
}
</style>