Shades of Celadon #A0F4AF
Tints of Celadon #A0F4AF
RGB
CMYK
RGB Variations
Color information
#A0F4AF (or 0xA0F4AF) is known color: Celadon. HEX triplet: A0, F4 and AF. RGB value is (160,244,175). Sum of RGB (Red+Green+Blue) = 160+244+175=579 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.63% from 579); Green value is 244 (95.70% from 255 or 42.14% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F4AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F4AF is #5F0B50. Grayscale: #D3D3D3. Windows color (decimal): -6228817 or 11531424. OLE color: 11531424.
HSL color Cylindrical-coordinate representation of color #A0F4AF: hue angle of 130.71º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0F4AF is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 244 | 175 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.04 |
| HSL | 130.71º | 0.79% | 0.79% | - |
| HSV(B) | 130.71º | 0.34% | 0.96% | - |
| XYZ | 54.59 | 75.27 | 52.21 | - |
| YUV | 211.02 | 107.67 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 244 | 175 | 0.34 | 0 | 0.28 | 0.04 | 130.71 | 0.79 | 0.79 |
| Hex | A0 | F4 | AF | 22 | 0 | 1C | 4 | 83 | 4F | 4F |
| Octal | 240 | 364 | 257 | 42 | 0 | 34 | 4 | 203 | 117 | 117 |
| Binary | 10100000 | 11110100 | 10101111 | 100010 | 0 | 11100 | 100 | 10000011 | 1001111 | 1001111 |
Color Harmonies of #A0F4AF
Complementary color
Monochromatic Colors of #A0F4AF
Black with #A0F4AF
Text Example
Text Example
White with #A0F4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F4AF; }
p { color: rgb(160,244,175); }
H1.HeaderClassName
{
color: #A0F4AF;
}
.AnyTagClassName
{
color: #A0F4AF;
}
</style>
background-color css
<style>
a { background-color: #A0F4AF; }
a { background-color: rgb(160,244,175); }
div.DivClassName
{
background-color: #A0F4AF;
}
.BgClassName
{
background-color: #A0F4AF;
}
</style>
border-color css
<style>
span { border-color: #A0F4AF; }
span { border-color: rgb(160,244,175); }
td.TdClassName
{
border-color: #A0F4AF;
}
.TagClassName
{
border-color: #A0F4AF;
}
</style>