Shades of Celadon #A8EDA8
Tints of Celadon #A8EDA8
RGB
CMYK
RGB Variations
Color information
#A8EDA8 (or 0xA8EDA8) is known color: Celadon. HEX triplet: A8, ED and A8. RGB value is (168,237,168). Sum of RGB (Red+Green+Blue) = 168+237+168=573 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.32% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 168 (66.02% from 255 or 29.32% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EDA8 is #571257. Grayscale: #D0D0D0. Windows color (decimal): -5706328 or 11070888. OLE color: 11070888.
HSL color Cylindrical-coordinate representation of color #A8EDA8: hue angle of 120º 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 #A8EDA8 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
RGB | 168 | 237 | 168 | - |
CMYK | 0.29 | 0 | 0.29 | 0.07 |
HSL | 120º | 0.66% | 0.79% | - |
HSV(B) | 120º | 0.29% | 0.93% | - |
XYZ | 53.5 | 71.72 | 48.07 | - |
YUV | 208.5 | 105.14 | 99.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 237 | 168 | 0.29 | 0 | 0.29 | 0.07 | 120 | 0.66 | 0.79 |
Hex | A8 | ED | A8 | 1D | 0 | 1D | 7 | 78 | 42 | 4F |
Octal | 250 | 355 | 250 | 35 | 0 | 35 | 7 | 170 | 102 | 117 |
Binary | 10101000 | 11101101 | 10101000 | 11101 | 0 | 11101 | 111 | 1111000 | 1000010 | 1001111 |
Color Harmonies of #A8EDA8
Complementary color
Monochromatic Colors of #A8EDA8
Black with #A8EDA8
Text Example
Text Example
White with #A8EDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EDA8; }
p { color: rgb(168,237,168); }
H1.HeaderClassName
{
color: #A8EDA8;
}
.AnyTagClassName
{
color: #A8EDA8;
}
</style>
background-color css
<style>
a { background-color: #A8EDA8; }
a { background-color: rgb(168,237,168); }
div.DivClassName
{
background-color: #A8EDA8;
}
.BgClassName
{
background-color: #A8EDA8;
}
</style>
border-color css
<style>
span { border-color: #A8EDA8; }
span { border-color: rgb(168,237,168); }
td.TdClassName
{
border-color: #A8EDA8;
}
.TagClassName
{
border-color: #A8EDA8;
}
</style>