Shades of Celadon #A9FDB6
Tints of Celadon #A9FDB6
RGB
CMYK
RGB Variations
Color information
#A9FDB6 (or 0xA9FDB6) is known color: Celadon. HEX triplet: A9, FD and B6. RGB value is (169,253,182). Sum of RGB (Red+Green+Blue) = 169+253+182=604 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.98% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 182 (71.48% from 255 or 30.13% from 604); Max value from RGB is 253 - color contains mainly: green. Hex color #A9FDB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FDB6 is #560249. Grayscale: #DBDBDB. Windows color (decimal): -5636682 or 11992489. OLE color: 11992489.
HSL color Cylindrical-coordinate representation of color #A9FDB6: hue angle of 129.29º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9FDB6 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 253 | 182 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.01 |
| HSL | 129.29º | 0.95% | 0.83% | - |
| HSV(B) | 129.29º | 0.33% | 0.99% | - |
| XYZ | 59.93 | 82.06 | 56.94 | - |
| YUV | 219.79 | 106.67 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 253 | 182 | 0.33 | 0 | 0.28 | 0.01 | 129.29 | 0.95 | 0.83 |
| Hex | A9 | FD | B6 | 21 | 0 | 1C | 1 | 81 | 5F | 53 |
| Octal | 251 | 375 | 266 | 41 | 0 | 34 | 1 | 201 | 137 | 123 |
| Binary | 10101001 | 11111101 | 10110110 | 100001 | 0 | 11100 | 1 | 10000001 | 1011111 | 1010011 |
Color Harmonies of #A9FDB6
Complementary color
Monochromatic Colors of #A9FDB6
Black with #A9FDB6
Text Example
Text Example
White with #A9FDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FDB6; }
p { color: rgb(169,253,182); }
H1.HeaderClassName
{
color: #A9FDB6;
}
.AnyTagClassName
{
color: #A9FDB6;
}
</style>
background-color css
<style>
a { background-color: #A9FDB6; }
a { background-color: rgb(169,253,182); }
div.DivClassName
{
background-color: #A9FDB6;
}
.BgClassName
{
background-color: #A9FDB6;
}
</style>
border-color css
<style>
span { border-color: #A9FDB6; }
span { border-color: rgb(169,253,182); }
td.TdClassName
{
border-color: #A9FDB6;
}
.TagClassName
{
border-color: #A9FDB6;
}
</style>