Shades of Celadon #A9F6AA
Tints of Celadon #A9F6AA
RGB
CMYK
RGB Variations
Color information
#A9F6AA (or 0xA9F6AA) is known color: Celadon. HEX triplet: A9, F6 and AA. RGB value is (169,246,170). Sum of RGB (Red+Green+Blue) = 169+246+170=585 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.89% from 585); Green value is 246 (96.48% from 255 or 42.05% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 246 - color contains mainly: green. Hex color #A9F6AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9F6AA is #560955. Grayscale: #D6D6D6. Windows color (decimal): -5638486 or 11204265. OLE color: 11204265.
HSL color Cylindrical-coordinate representation of color #A9F6AA: hue angle of 120.78º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9F6AA is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 169 | 246 | 170 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.04 |
| HSL | 120.78º | 0.81% | 0.81% | - |
| HSV(B) | 120.78º | 0.31% | 0.96% | - |
| XYZ | 56.57 | 77.25 | 49.96 | - |
| YUV | 214.31 | 102.99 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 246 | 170 | 0.31 | 0 | 0.31 | 0.04 | 120.78 | 0.81 | 0.81 |
| Hex | A9 | F6 | AA | 1F | 0 | 1F | 4 | 79 | 51 | 51 |
| Octal | 251 | 366 | 252 | 37 | 0 | 37 | 4 | 171 | 121 | 121 |
| Binary | 10101001 | 11110110 | 10101010 | 11111 | 0 | 11111 | 100 | 1111001 | 1010001 | 1010001 |
Color Harmonies of #A9F6AA
Complementary color
Monochromatic Colors of #A9F6AA
Black with #A9F6AA
Text Example
Text Example
White with #A9F6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F6AA; }
p { color: rgb(169,246,170); }
H1.HeaderClassName
{
color: #A9F6AA;
}
.AnyTagClassName
{
color: #A9F6AA;
}
</style>
background-color css
<style>
a { background-color: #A9F6AA; }
a { background-color: rgb(169,246,170); }
div.DivClassName
{
background-color: #A9F6AA;
}
.BgClassName
{
background-color: #A9F6AA;
}
</style>
border-color css
<style>
span { border-color: #A9F6AA; }
span { border-color: rgb(169,246,170); }
td.TdClassName
{
border-color: #A9F6AA;
}
.TagClassName
{
border-color: #A9F6AA;
}
</style>