Shades of Celadon #A0F2AF
Tints of Celadon #A0F2AF
RGB
CMYK
RGB Variations
Color information
#A0F2AF (or 0xA0F2AF) is known color: Celadon. HEX triplet: A0, F2 and AF. RGB value is (160,242,175). Sum of RGB (Red+Green+Blue) = 160+242+175=577 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.73% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F2AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F2AF is #5F0D50. Grayscale: #D2D2D2. Windows color (decimal): -6229329 or 11530912. OLE color: 11530912.
HSL color Cylindrical-coordinate representation of color #A0F2AF: hue angle of 130.98º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0F2AF is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 242 | 175 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.05 |
| HSL | 130.98º | 0.76% | 0.79% | - |
| HSV(B) | 130.98º | 0.34% | 0.95% | - |
| XYZ | 53.99 | 74.07 | 52.01 | - |
| YUV | 209.84 | 108.33 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 242 | 175 | 0.34 | 0 | 0.28 | 0.05 | 130.98 | 0.76 | 0.79 |
| Hex | A0 | F2 | AF | 22 | 0 | 1C | 5 | 83 | 4C | 4F |
| Octal | 240 | 362 | 257 | 42 | 0 | 34 | 5 | 203 | 114 | 117 |
| Binary | 10100000 | 11110010 | 10101111 | 100010 | 0 | 11100 | 101 | 10000011 | 1001100 | 1001111 |
Color Harmonies of #A0F2AF
Complementary color
Monochromatic Colors of #A0F2AF
Black with #A0F2AF
Text Example
Text Example
White with #A0F2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F2AF; }
p { color: rgb(160,242,175); }
H1.HeaderClassName
{
color: #A0F2AF;
}
.AnyTagClassName
{
color: #A0F2AF;
}
</style>
background-color css
<style>
a { background-color: #A0F2AF; }
a { background-color: rgb(160,242,175); }
div.DivClassName
{
background-color: #A0F2AF;
}
.BgClassName
{
background-color: #A0F2AF;
}
</style>
border-color css
<style>
span { border-color: #A0F2AF; }
span { border-color: rgb(160,242,175); }
td.TdClassName
{
border-color: #A0F2AF;
}
.TagClassName
{
border-color: #A0F2AF;
}
</style>