Shades of Celadon #A8F0AB
Tints of Celadon #A8F0AB
RGB
CMYK
RGB Variations
Color information
#A8F0AB (or 0xA8F0AB) is known color: Celadon. HEX triplet: A8, F0 and AB. RGB value is (168,240,171). Sum of RGB (Red+Green+Blue) = 168+240+171=579 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.02% from 579); Green value is 240 (94.14% from 255 or 41.45% from 579); Blue value is 171 (67.19% from 255 or 29.53% from 579); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F0AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F0AB is #570F54. Grayscale: #D2D2D2. Windows color (decimal): -5705557 or 11268264. OLE color: 11268264.
HSL color Cylindrical-coordinate representation of color #A8F0AB: hue angle of 122.5º degrees, saturation: 0.71, 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 #A8F0AB is Cyan = 0.3, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 240 | 171 | - |
| CMYK | 0.3 | 0 | 0.29 | 0.06 |
| HSL | 122.5º | 0.71% | 0.8% | - |
| HSV(B) | 122.5º | 0.3% | 0.94% | - |
| XYZ | 54.66 | 73.59 | 49.85 | - |
| YUV | 210.61 | 105.65 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 171 | 0.3 | 0 | 0.29 | 0.06 | 122.5 | 0.71 | 0.8 |
| Hex | A8 | F0 | AB | 1E | 0 | 1D | 6 | 7B | 47 | 50 |
| Octal | 250 | 360 | 253 | 36 | 0 | 35 | 6 | 173 | 107 | 120 |
| Binary | 10101000 | 11110000 | 10101011 | 11110 | 0 | 11101 | 110 | 1111011 | 1000111 | 1010000 |
Color Harmonies of #A8F0AB
Complementary color
Monochromatic Colors of #A8F0AB
Black with #A8F0AB
Text Example
Text Example
White with #A8F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F0AB; }
p { color: rgb(168,240,171); }
H1.HeaderClassName
{
color: #A8F0AB;
}
.AnyTagClassName
{
color: #A8F0AB;
}
</style>
background-color css
<style>
a { background-color: #A8F0AB; }
a { background-color: rgb(168,240,171); }
div.DivClassName
{
background-color: #A8F0AB;
}
.BgClassName
{
background-color: #A8F0AB;
}
</style>
border-color css
<style>
span { border-color: #A8F0AB; }
span { border-color: rgb(168,240,171); }
td.TdClassName
{
border-color: #A8F0AB;
}
.TagClassName
{
border-color: #A8F0AB;
}
</style>