Shades of Celadon #A9FDB5
Tints of Celadon #A9FDB5
RGB
CMYK
RGB Variations
Color information
#A9FDB5 (or 0xA9FDB5) is known color: Celadon. HEX triplet: A9, FD and B5. RGB value is (169,253,181). Sum of RGB (Red+Green+Blue) = 169+253+181=603 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.03% from 603); Green value is 253 (99.22% from 255 or 41.96% from 603); Blue value is 181 (71.09% from 255 or 30.02% from 603); Max value from RGB is 253 - color contains mainly: green. Hex color #A9FDB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FDB5 is #56024A. Grayscale: #DBDBDB. Windows color (decimal): -5636683 or 11926953. OLE color: 11926953.
HSL color Cylindrical-coordinate representation of color #A9FDB5: hue angle of 128.57º 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 #A9FDB5 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 253 | 181 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.01 |
| HSL | 128.57º | 0.95% | 0.83% | - |
| HSV(B) | 128.57º | 0.33% | 0.99% | - |
| XYZ | 59.83 | 82.02 | 56.39 | - |
| YUV | 219.68 | 106.17 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 253 | 181 | 0.33 | 0 | 0.28 | 0.01 | 128.57 | 0.95 | 0.83 |
| Hex | A9 | FD | B5 | 21 | 0 | 1C | 1 | 81 | 5F | 53 |
| Octal | 251 | 375 | 265 | 41 | 0 | 34 | 1 | 201 | 137 | 123 |
| Binary | 10101001 | 11111101 | 10110101 | 100001 | 0 | 11100 | 1 | 10000001 | 1011111 | 1010011 |
Color Harmonies of #A9FDB5
Complementary color
Monochromatic Colors of #A9FDB5
Black with #A9FDB5
Text Example
Text Example
White with #A9FDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FDB5; }
p { color: rgb(169,253,181); }
H1.HeaderClassName
{
color: #A9FDB5;
}
.AnyTagClassName
{
color: #A9FDB5;
}
</style>
background-color css
<style>
a { background-color: #A9FDB5; }
a { background-color: rgb(169,253,181); }
div.DivClassName
{
background-color: #A9FDB5;
}
.BgClassName
{
background-color: #A9FDB5;
}
</style>
border-color css
<style>
span { border-color: #A9FDB5; }
span { border-color: rgb(169,253,181); }
td.TdClassName
{
border-color: #A9FDB5;
}
.TagClassName
{
border-color: #A9FDB5;
}
</style>