Shades of Celadon #A1EDAE
Tints of Celadon #A1EDAE
RGB
CMYK
RGB Variations
Color information
#A1EDAE (or 0xA1EDAE) is known color: Celadon. HEX triplet: A1, ED and AE. RGB value is (161,237,174). Sum of RGB (Red+Green+Blue) = 161+237+174=572 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.15% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 237 - color contains mainly: green. Hex color #A1EDAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EDAE is #5E1251. Grayscale: #CFCFCF. Windows color (decimal): -6165074 or 11464097. OLE color: 11464097.
HSL color Cylindrical-coordinate representation of color #A1EDAE: hue angle of 130.26º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1EDAE is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 237 | 174 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.07 |
| HSL | 130.26º | 0.68% | 0.78% | - |
| HSV(B) | 130.26º | 0.32% | 0.93% | - |
| XYZ | 52.62 | 71.2 | 51.01 | - |
| YUV | 207.09 | 109.32 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 237 | 174 | 0.32 | 0 | 0.27 | 0.07 | 130.26 | 0.68 | 0.78 |
| Hex | A1 | ED | AE | 20 | 0 | 1B | 7 | 82 | 44 | 4E |
| Octal | 241 | 355 | 256 | 40 | 0 | 33 | 7 | 202 | 104 | 116 |
| Binary | 10100001 | 11101101 | 10101110 | 100000 | 0 | 11011 | 111 | 10000010 | 1000100 | 1001110 |
Color Harmonies of #A1EDAE
Complementary color
Monochromatic Colors of #A1EDAE
Black with #A1EDAE
Text Example
Text Example
White with #A1EDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EDAE; }
p { color: rgb(161,237,174); }
H1.HeaderClassName
{
color: #A1EDAE;
}
.AnyTagClassName
{
color: #A1EDAE;
}
</style>
background-color css
<style>
a { background-color: #A1EDAE; }
a { background-color: rgb(161,237,174); }
div.DivClassName
{
background-color: #A1EDAE;
}
.BgClassName
{
background-color: #A1EDAE;
}
</style>
border-color css
<style>
span { border-color: #A1EDAE; }
span { border-color: rgb(161,237,174); }
td.TdClassName
{
border-color: #A1EDAE;
}
.TagClassName
{
border-color: #A1EDAE;
}
</style>