Shades of Celadon #A1EDAA
Tints of Celadon #A1EDAA
RGB
CMYK
RGB Variations
Color information
#A1EDAA (or 0xA1EDAA) is known color: Celadon. HEX triplet: A1, ED and AA. RGB value is (161,237,170). Sum of RGB (Red+Green+Blue) = 161+237+170=568 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.35% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #A1EDAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EDAA is #5E1255. Grayscale: #CECECE. Windows color (decimal): -6165078 or 11201953. OLE color: 11201953.
HSL color Cylindrical-coordinate representation of color #A1EDAA: hue angle of 127.11º 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 #A1EDAA is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
RGB | 161 | 237 | 170 | - |
CMYK | 0.32 | 0 | 0.28 | 0.07 |
HSL | 127.11º | 0.68% | 0.78% | - |
HSV(B) | 127.11º | 0.32% | 0.93% | - |
XYZ | 52.24 | 71.05 | 48.99 | - |
YUV | 206.64 | 107.32 | 95.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 237 | 170 | 0.32 | 0 | 0.28 | 0.07 | 127.11 | 0.68 | 0.78 |
Hex | A1 | ED | AA | 20 | 0 | 1C | 7 | 7F | 44 | 4E |
Octal | 241 | 355 | 252 | 40 | 0 | 34 | 7 | 177 | 104 | 116 |
Binary | 10100001 | 11101101 | 10101010 | 100000 | 0 | 11100 | 111 | 1111111 | 1000100 | 1001110 |
Color Harmonies of #A1EDAA
Complementary color
Monochromatic Colors of #A1EDAA
Black with #A1EDAA
Text Example
Text Example
White with #A1EDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EDAA; }
p { color: rgb(161,237,170); }
H1.HeaderClassName
{
color: #A1EDAA;
}
.AnyTagClassName
{
color: #A1EDAA;
}
</style>
background-color css
<style>
a { background-color: #A1EDAA; }
a { background-color: rgb(161,237,170); }
div.DivClassName
{
background-color: #A1EDAA;
}
.BgClassName
{
background-color: #A1EDAA;
}
</style>
border-color css
<style>
span { border-color: #A1EDAA; }
span { border-color: rgb(161,237,170); }
td.TdClassName
{
border-color: #A1EDAA;
}
.TagClassName
{
border-color: #A1EDAA;
}
</style>