Shades of Celadon #A9FDB2
Tints of Celadon #A9FDB2
RGB
CMYK
RGB Variations
Color information
#A9FDB2 (or 0xA9FDB2) is known color: Celadon. HEX triplet: A9, FD and B2. RGB value is (169,253,178). Sum of RGB (Red+Green+Blue) = 169+253+178=600 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.17% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 178 (69.92% from 255 or 29.67% from 600); Max value from RGB is 253 - color contains mainly: green. Hex color #A9FDB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9FDB2 is #56024D. Grayscale: #DBDBDB. Windows color (decimal): -5636686 or 11730345. OLE color: 11730345.
HSL color Cylindrical-coordinate representation of color #A9FDB2: hue angle of 126.43º 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 #A9FDB2 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 253 | 178 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.01 |
| HSL | 126.43º | 0.95% | 0.83% | - |
| HSV(B) | 126.43º | 0.33% | 0.99% | - |
| XYZ | 59.52 | 81.9 | 54.79 | - |
| YUV | 219.33 | 104.67 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 253 | 178 | 0.33 | 0 | 0.30 | 0.01 | 126.43 | 0.95 | 0.83 |
| Hex | A9 | FD | B2 | 21 | 0 | 1E | 1 | 7E | 5F | 53 |
| Octal | 251 | 375 | 262 | 41 | 0 | 36 | 1 | 176 | 137 | 123 |
| Binary | 10101001 | 11111101 | 10110010 | 100001 | 0 | 11110 | 1 | 1111110 | 1011111 | 1010011 |
Color Harmonies of #A9FDB2
Complementary color
Monochromatic Colors of #A9FDB2
Black with #A9FDB2
Text Example
Text Example
White with #A9FDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FDB2; }
p { color: rgb(169,253,178); }
H1.HeaderClassName
{
color: #A9FDB2;
}
.AnyTagClassName
{
color: #A9FDB2;
}
</style>
background-color css
<style>
a { background-color: #A9FDB2; }
a { background-color: rgb(169,253,178); }
div.DivClassName
{
background-color: #A9FDB2;
}
.BgClassName
{
background-color: #A9FDB2;
}
</style>
border-color css
<style>
span { border-color: #A9FDB2; }
span { border-color: rgb(169,253,178); }
td.TdClassName
{
border-color: #A9FDB2;
}
.TagClassName
{
border-color: #A9FDB2;
}
</style>