Shades of Celadon #A9FBAD
Tints of Celadon #A9FBAD
RGB
CMYK
RGB Variations
Color information
#A9FBAD (or 0xA9FBAD) is known color: Celadon. HEX triplet: A9, FB and AD. RGB value is (169,251,173). Sum of RGB (Red+Green+Blue) = 169+251+173=593 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.50% from 593); Green value is 251 (98.44% from 255 or 42.33% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 251 - color contains mainly: green. Hex color #A9FBAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9FBAD is #560452. Grayscale: #D9D9D9. Windows color (decimal): -5637203 or 11402153. OLE color: 11402153.
HSL color Cylindrical-coordinate representation of color #A9FBAD: hue angle of 122.93º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9FBAD is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 251 | 173 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.02 |
| HSL | 122.93º | 0.91% | 0.82% | - |
| HSV(B) | 122.93º | 0.33% | 0.98% | - |
| XYZ | 58.4 | 80.45 | 51.98 | - |
| YUV | 217.59 | 102.83 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 251 | 173 | 0.33 | 0 | 0.31 | 0.02 | 122.93 | 0.91 | 0.82 |
| Hex | A9 | FB | AD | 21 | 0 | 1F | 2 | 7B | 5B | 52 |
| Octal | 251 | 373 | 255 | 41 | 0 | 37 | 2 | 173 | 133 | 122 |
| Binary | 10101001 | 11111011 | 10101101 | 100001 | 0 | 11111 | 10 | 1111011 | 1011011 | 1010010 |
Color Harmonies of #A9FBAD
Complementary color
Monochromatic Colors of #A9FBAD
Black with #A9FBAD
Text Example
Text Example
White with #A9FBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FBAD; }
p { color: rgb(169,251,173); }
H1.HeaderClassName
{
color: #A9FBAD;
}
.AnyTagClassName
{
color: #A9FBAD;
}
</style>
background-color css
<style>
a { background-color: #A9FBAD; }
a { background-color: rgb(169,251,173); }
div.DivClassName
{
background-color: #A9FBAD;
}
.BgClassName
{
background-color: #A9FBAD;
}
</style>
border-color css
<style>
span { border-color: #A9FBAD; }
span { border-color: rgb(169,251,173); }
td.TdClassName
{
border-color: #A9FBAD;
}
.TagClassName
{
border-color: #A9FBAD;
}
</style>