Shades of Celadon #A8F2AD
Tints of Celadon #A8F2AD
RGB
CMYK
RGB Variations
Color information
#A8F2AD (or 0xA8F2AD) is known color: Celadon. HEX triplet: A8, F2 and AD. RGB value is (168,242,173). Sum of RGB (Red+Green+Blue) = 168+242+173=583 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.82% from 583); Green value is 242 (94.92% from 255 or 41.51% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F2AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F2AD is #570D52. Grayscale: #D4D4D4. Windows color (decimal): -5705043 or 11399848. OLE color: 11399848.
HSL color Cylindrical-coordinate representation of color #A8F2AD: hue angle of 124.05º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F2AD is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 242 | 173 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.05 |
| HSL | 124.05º | 0.74% | 0.8% | - |
| HSV(B) | 124.05º | 0.31% | 0.95% | - |
| XYZ | 55.44 | 74.85 | 51.06 | - |
| YUV | 212.01 | 105.98 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 242 | 173 | 0.31 | 0 | 0.29 | 0.05 | 124.05 | 0.74 | 0.8 |
| Hex | A8 | F2 | AD | 1F | 0 | 1D | 5 | 7C | 4A | 50 |
| Octal | 250 | 362 | 255 | 37 | 0 | 35 | 5 | 174 | 112 | 120 |
| Binary | 10101000 | 11110010 | 10101101 | 11111 | 0 | 11101 | 101 | 1111100 | 1001010 | 1010000 |
Color Harmonies of #A8F2AD
Complementary color
Monochromatic Colors of #A8F2AD
Black with #A8F2AD
Text Example
Text Example
White with #A8F2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F2AD; }
p { color: rgb(168,242,173); }
H1.HeaderClassName
{
color: #A8F2AD;
}
.AnyTagClassName
{
color: #A8F2AD;
}
</style>
background-color css
<style>
a { background-color: #A8F2AD; }
a { background-color: rgb(168,242,173); }
div.DivClassName
{
background-color: #A8F2AD;
}
.BgClassName
{
background-color: #A8F2AD;
}
</style>
border-color css
<style>
span { border-color: #A8F2AD; }
span { border-color: rgb(168,242,173); }
td.TdClassName
{
border-color: #A8F2AD;
}
.TagClassName
{
border-color: #A8F2AD;
}
</style>