Shades of Celadon #A3DDAA
Tints of Celadon #A3DDAA
RGB
CMYK
RGB Variations
Color information
#A3DDAA (or 0xA3DDAA) is known color: Celadon. HEX triplet: A3, DD and AA. RGB value is (163,221,170). Sum of RGB (Red+Green+Blue) = 163+221+170=554 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.42% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DDAA is #5C2255. Grayscale: #C5C5C5. Windows color (decimal): -6038102 or 11197859. OLE color: 11197859.
HSL color Cylindrical-coordinate representation of color #A3DDAA: hue angle of 127.24º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3DDAA is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 221 | 170 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.13 |
| HSL | 127.24º | 0.46% | 0.75% | - |
| HSV(B) | 127.24º | 0.26% | 0.87% | - |
| XYZ | 48.22 | 62.4 | 47.53 | - |
| YUV | 197.84 | 112.28 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 221 | 170 | 0.26 | 0 | 0.23 | 0.13 | 127.24 | 0.46 | 0.75 |
| Hex | A3 | DD | AA | 1A | 0 | 17 | D | 7F | 2E | 4B |
| Octal | 243 | 335 | 252 | 32 | 0 | 27 | 15 | 177 | 56 | 113 |
| Binary | 10100011 | 11011101 | 10101010 | 11010 | 0 | 10111 | 1101 | 1111111 | 101110 | 1001011 |
Color Harmonies of #A3DDAA
Complementary color
Monochromatic Colors of #A3DDAA
Black with #A3DDAA
Text Example
Text Example
White with #A3DDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DDAA; }
p { color: rgb(163,221,170); }
H1.HeaderClassName
{
color: #A3DDAA;
}
.AnyTagClassName
{
color: #A3DDAA;
}
</style>
background-color css
<style>
a { background-color: #A3DDAA; }
a { background-color: rgb(163,221,170); }
div.DivClassName
{
background-color: #A3DDAA;
}
.BgClassName
{
background-color: #A3DDAA;
}
</style>
border-color css
<style>
span { border-color: #A3DDAA; }
span { border-color: rgb(163,221,170); }
td.TdClassName
{
border-color: #A3DDAA;
}
.TagClassName
{
border-color: #A3DDAA;
}
</style>