Shades of Celadon #A8F4AD
Tints of Celadon #A8F4AD
RGB
CMYK
RGB Variations
Color information
#A8F4AD (or 0xA8F4AD) is known color: Celadon. HEX triplet: A8, F4 and AD. RGB value is (168,244,173). Sum of RGB (Red+Green+Blue) = 168+244+173=585 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.72% from 585); Green value is 244 (95.70% from 255 or 41.71% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F4AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F4AD is #570B52. Grayscale: #D5D5D5. Windows color (decimal): -5704531 or 11400360. OLE color: 11400360.
HSL color Cylindrical-coordinate representation of color #A8F4AD: hue angle of 123.95º degrees, saturation: 0.78, 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 #A8F4AD is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 244 | 173 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.04 |
| HSL | 123.95º | 0.78% | 0.81% | - |
| HSV(B) | 123.95º | 0.31% | 0.96% | - |
| XYZ | 56.04 | 76.04 | 51.26 | - |
| YUV | 213.18 | 105.32 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 244 | 173 | 0.31 | 0 | 0.29 | 0.04 | 123.95 | 0.78 | 0.81 |
| Hex | A8 | F4 | AD | 1F | 0 | 1D | 4 | 7C | 4E | 51 |
| Octal | 250 | 364 | 255 | 37 | 0 | 35 | 4 | 174 | 116 | 121 |
| Binary | 10101000 | 11110100 | 10101101 | 11111 | 0 | 11101 | 100 | 1111100 | 1001110 | 1010001 |
Color Harmonies of #A8F4AD
Complementary color
Monochromatic Colors of #A8F4AD
Black with #A8F4AD
Text Example
Text Example
White with #A8F4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F4AD; }
p { color: rgb(168,244,173); }
H1.HeaderClassName
{
color: #A8F4AD;
}
.AnyTagClassName
{
color: #A8F4AD;
}
</style>
background-color css
<style>
a { background-color: #A8F4AD; }
a { background-color: rgb(168,244,173); }
div.DivClassName
{
background-color: #A8F4AD;
}
.BgClassName
{
background-color: #A8F4AD;
}
</style>
border-color css
<style>
span { border-color: #A8F4AD; }
span { border-color: rgb(168,244,173); }
td.TdClassName
{
border-color: #A8F4AD;
}
.TagClassName
{
border-color: #A8F4AD;
}
</style>