Shades of Celadon #A8EDAA
Tints of Celadon #A8EDAA
RGB
CMYK
RGB Variations
Color information
#A8EDAA (or 0xA8EDAA) is known color: Celadon. HEX triplet: A8, ED and AA. RGB value is (168,237,170). Sum of RGB (Red+Green+Blue) = 168+237+170=575 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.22% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EDAA is #571255. Grayscale: #D0D0D0. Windows color (decimal): -5706326 or 11201960. OLE color: 11201960.
HSL color Cylindrical-coordinate representation of color #A8EDAA: hue angle of 121.74º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EDAA is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 237 | 170 | - |
| CMYK | 0.29 | 0 | 0.28 | 0.07 |
| HSL | 121.74º | 0.66% | 0.79% | - |
| HSV(B) | 121.74º | 0.29% | 0.93% | - |
| XYZ | 53.69 | 71.8 | 49.06 | - |
| YUV | 208.73 | 106.14 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 237 | 170 | 0.29 | 0 | 0.28 | 0.07 | 121.74 | 0.66 | 0.79 |
| Hex | A8 | ED | AA | 1D | 0 | 1C | 7 | 7A | 42 | 4F |
| Octal | 250 | 355 | 252 | 35 | 0 | 34 | 7 | 172 | 102 | 117 |
| Binary | 10101000 | 11101101 | 10101010 | 11101 | 0 | 11100 | 111 | 1111010 | 1000010 | 1001111 |
Color Harmonies of #A8EDAA
Complementary color
Monochromatic Colors of #A8EDAA
Black with #A8EDAA
Text Example
Text Example
White with #A8EDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EDAA; }
p { color: rgb(168,237,170); }
H1.HeaderClassName
{
color: #A8EDAA;
}
.AnyTagClassName
{
color: #A8EDAA;
}
</style>
background-color css
<style>
a { background-color: #A8EDAA; }
a { background-color: rgb(168,237,170); }
div.DivClassName
{
background-color: #A8EDAA;
}
.BgClassName
{
background-color: #A8EDAA;
}
</style>
border-color css
<style>
span { border-color: #A8EDAA; }
span { border-color: rgb(168,237,170); }
td.TdClassName
{
border-color: #A8EDAA;
}
.TagClassName
{
border-color: #A8EDAA;
}
</style>