Shades of Celadon #A9FDB4
Tints of Celadon #A9FDB4
RGB
CMYK
RGB Variations
Color information
#A9FDB4 (or 0xA9FDB4) is known color: Celadon. HEX triplet: A9, FD and B4. RGB value is (169,253,180). Sum of RGB (Red+Green+Blue) = 169+253+180=602 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.07% from 602); Green value is 253 (99.22% from 255 or 42.03% from 602); Blue value is 180 (70.70% from 255 or 29.90% from 602); Max value from RGB is 253 - color contains mainly: green. Hex color #A9FDB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FDB4 is #56024B. Grayscale: #DBDBDB. Windows color (decimal): -5636684 or 11861417. OLE color: 11861417.
HSL color Cylindrical-coordinate representation of color #A9FDB4: hue angle of 127.86º 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 #A9FDB4 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 253 | 180 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.01 |
| HSL | 127.86º | 0.95% | 0.83% | - |
| HSV(B) | 127.86º | 0.33% | 0.99% | - |
| XYZ | 59.73 | 81.98 | 55.86 | - |
| YUV | 219.56 | 105.67 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 253 | 180 | 0.33 | 0 | 0.29 | 0.01 | 127.86 | 0.95 | 0.83 |
| Hex | A9 | FD | B4 | 21 | 0 | 1D | 1 | 80 | 5F | 53 |
| Octal | 251 | 375 | 264 | 41 | 0 | 35 | 1 | 200 | 137 | 123 |
| Binary | 10101001 | 11111101 | 10110100 | 100001 | 0 | 11101 | 1 | 10000000 | 1011111 | 1010011 |
Color Harmonies of #A9FDB4
Complementary color
Monochromatic Colors of #A9FDB4
Black with #A9FDB4
Text Example
Text Example
White with #A9FDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FDB4; }
p { color: rgb(169,253,180); }
H1.HeaderClassName
{
color: #A9FDB4;
}
.AnyTagClassName
{
color: #A9FDB4;
}
</style>
background-color css
<style>
a { background-color: #A9FDB4; }
a { background-color: rgb(169,253,180); }
div.DivClassName
{
background-color: #A9FDB4;
}
.BgClassName
{
background-color: #A9FDB4;
}
</style>
border-color css
<style>
span { border-color: #A9FDB4; }
span { border-color: rgb(169,253,180); }
td.TdClassName
{
border-color: #A9FDB4;
}
.TagClassName
{
border-color: #A9FDB4;
}
</style>