Shades of Celadon #A8F1AD
Tints of Celadon #A8F1AD
RGB
CMYK
RGB Variations
Color information
#A8F1AD (or 0xA8F1AD) is known color: Celadon. HEX triplet: A8, F1 and AD. RGB value is (168,241,173). Sum of RGB (Red+Green+Blue) = 168+241+173=582 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.87% from 582); Green value is 241 (94.53% from 255 or 41.41% from 582); Blue value is 173 (67.97% from 255 or 29.73% from 582); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F1AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F1AD is #570E52. Grayscale: #D3D3D3. Windows color (decimal): -5705299 or 11399592. OLE color: 11399592.
HSL color Cylindrical-coordinate representation of color #A8F1AD: hue angle of 124.11º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8F1AD is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 241 | 173 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.05 |
| HSL | 124.11º | 0.72% | 0.8% | - |
| HSV(B) | 124.11º | 0.3% | 0.95% | - |
| XYZ | 55.15 | 74.25 | 50.96 | - |
| YUV | 211.42 | 106.32 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 241 | 173 | 0.30 | 0 | 0.28 | 0.05 | 124.11 | 0.72 | 0.8 |
| Hex | A8 | F1 | AD | 1E | 0 | 1C | 5 | 7C | 48 | 50 |
| Octal | 250 | 361 | 255 | 36 | 0 | 34 | 5 | 174 | 110 | 120 |
| Binary | 10101000 | 11110001 | 10101101 | 11110 | 0 | 11100 | 101 | 1111100 | 1001000 | 1010000 |
Color Harmonies of #A8F1AD
Complementary color
Monochromatic Colors of #A8F1AD
Black with #A8F1AD
Text Example
Text Example
White with #A8F1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F1AD; }
p { color: rgb(168,241,173); }
H1.HeaderClassName
{
color: #A8F1AD;
}
.AnyTagClassName
{
color: #A8F1AD;
}
</style>
background-color css
<style>
a { background-color: #A8F1AD; }
a { background-color: rgb(168,241,173); }
div.DivClassName
{
background-color: #A8F1AD;
}
.BgClassName
{
background-color: #A8F1AD;
}
</style>
border-color css
<style>
span { border-color: #A8F1AD; }
span { border-color: rgb(168,241,173); }
td.TdClassName
{
border-color: #A8F1AD;
}
.TagClassName
{
border-color: #A8F1AD;
}
</style>