Shades of Celadon #A9F0AE
Tints of Celadon #A9F0AE
RGB
CMYK
RGB Variations
Color information
#A9F0AE (or 0xA9F0AE) is known color: Celadon. HEX triplet: A9, F0 and AE. RGB value is (169,240,174). Sum of RGB (Red+Green+Blue) = 169+240+174=583 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.99% from 583); Green value is 240 (94.14% from 255 or 41.17% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 240 - color contains mainly: green. Hex color #A9F0AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9F0AE is #560F51. Grayscale: #D3D3D3. Windows color (decimal): -5640018 or 11464873. OLE color: 11464873.
HSL color Cylindrical-coordinate representation of color #A9F0AE: hue angle of 124.23º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9F0AE is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 240 | 174 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.06 |
| HSL | 124.23º | 0.7% | 0.8% | - |
| HSV(B) | 124.23º | 0.3% | 0.94% | - |
| XYZ | 55.16 | 73.81 | 51.38 | - |
| YUV | 211.25 | 106.98 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 240 | 174 | 0.30 | 0 | 0.28 | 0.06 | 124.23 | 0.7 | 0.8 |
| Hex | A9 | F0 | AE | 1E | 0 | 1C | 6 | 7C | 46 | 50 |
| Octal | 251 | 360 | 256 | 36 | 0 | 34 | 6 | 174 | 106 | 120 |
| Binary | 10101001 | 11110000 | 10101110 | 11110 | 0 | 11100 | 110 | 1111100 | 1000110 | 1010000 |
Color Harmonies of #A9F0AE
Complementary color
Monochromatic Colors of #A9F0AE
Black with #A9F0AE
Text Example
Text Example
White with #A9F0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F0AE; }
p { color: rgb(169,240,174); }
H1.HeaderClassName
{
color: #A9F0AE;
}
.AnyTagClassName
{
color: #A9F0AE;
}
</style>
background-color css
<style>
a { background-color: #A9F0AE; }
a { background-color: rgb(169,240,174); }
div.DivClassName
{
background-color: #A9F0AE;
}
.BgClassName
{
background-color: #A9F0AE;
}
</style>
border-color css
<style>
span { border-color: #A9F0AE; }
span { border-color: rgb(169,240,174); }
td.TdClassName
{
border-color: #A9F0AE;
}
.TagClassName
{
border-color: #A9F0AE;
}
</style>