Shades of Celadon #A9F8AA
Tints of Celadon #A9F8AA
RGB
CMYK
RGB Variations
Color information
#A9F8AA (or 0xA9F8AA) is known color: Celadon. HEX triplet: A9, F8 and AA. RGB value is (169,248,170). Sum of RGB (Red+Green+Blue) = 169+248+170=587 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.79% from 587); Green value is 248 (97.27% from 255 or 42.25% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 248 - color contains mainly: green. Hex color #A9F8AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9F8AA is #560755. Grayscale: #D7D7D7. Windows color (decimal): -5637974 or 11204777. OLE color: 11204777.
HSL color Cylindrical-coordinate representation of color #A9F8AA: hue angle of 120.76º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9F8AA is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 169 | 248 | 170 | - |
| CMYK | 0.32 | 0 | 0.31 | 0.03 |
| HSL | 120.76º | 0.85% | 0.82% | - |
| HSV(B) | 120.76º | 0.32% | 0.97% | - |
| XYZ | 57.19 | 78.47 | 50.16 | - |
| YUV | 215.49 | 102.33 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 248 | 170 | 0.32 | 0 | 0.31 | 0.03 | 120.76 | 0.85 | 0.82 |
| Hex | A9 | F8 | AA | 20 | 0 | 1F | 3 | 79 | 55 | 52 |
| Octal | 251 | 370 | 252 | 40 | 0 | 37 | 3 | 171 | 125 | 122 |
| Binary | 10101001 | 11111000 | 10101010 | 100000 | 0 | 11111 | 11 | 1111001 | 1010101 | 1010010 |
Color Harmonies of #A9F8AA
Complementary color
Monochromatic Colors of #A9F8AA
Black with #A9F8AA
Text Example
Text Example
White with #A9F8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F8AA; }
p { color: rgb(169,248,170); }
H1.HeaderClassName
{
color: #A9F8AA;
}
.AnyTagClassName
{
color: #A9F8AA;
}
</style>
background-color css
<style>
a { background-color: #A9F8AA; }
a { background-color: rgb(169,248,170); }
div.DivClassName
{
background-color: #A9F8AA;
}
.BgClassName
{
background-color: #A9F8AA;
}
</style>
border-color css
<style>
span { border-color: #A9F8AA; }
span { border-color: rgb(169,248,170); }
td.TdClassName
{
border-color: #A9F8AA;
}
.TagClassName
{
border-color: #A9F8AA;
}
</style>