Shades of Celadon #A8F5AB
Tints of Celadon #A8F5AB
RGB
CMYK
RGB Variations
Color information
#A8F5AB (or 0xA8F5AB) is known color: Celadon. HEX triplet: A8, F5 and AB. RGB value is (168,245,171). Sum of RGB (Red+Green+Blue) = 168+245+171=584 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.77% from 584); Green value is 245 (96.09% from 255 or 41.95% from 584); Blue value is 171 (67.19% from 255 or 29.28% from 584); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F5AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F5AB is #570A54. Grayscale: #D5D5D5. Windows color (decimal): -5704277 or 11269544. OLE color: 11269544.
HSL color Cylindrical-coordinate representation of color #A8F5AB: hue angle of 122.34º degrees, saturation: 0.79, 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 #A8F5AB is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 245 | 171 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.04 |
| HSL | 122.34º | 0.79% | 0.81% | - |
| HSV(B) | 122.34º | 0.31% | 0.96% | - |
| XYZ | 56.15 | 76.57 | 50.35 | - |
| YUV | 213.54 | 103.99 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 245 | 171 | 0.31 | 0 | 0.30 | 0.04 | 122.34 | 0.79 | 0.81 |
| Hex | A8 | F5 | AB | 1F | 0 | 1E | 4 | 7A | 4F | 51 |
| Octal | 250 | 365 | 253 | 37 | 0 | 36 | 4 | 172 | 117 | 121 |
| Binary | 10101000 | 11110101 | 10101011 | 11111 | 0 | 11110 | 100 | 1111010 | 1001111 | 1010001 |
Color Harmonies of #A8F5AB
Complementary color
Monochromatic Colors of #A8F5AB
Black with #A8F5AB
Text Example
Text Example
White with #A8F5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F5AB; }
p { color: rgb(168,245,171); }
H1.HeaderClassName
{
color: #A8F5AB;
}
.AnyTagClassName
{
color: #A8F5AB;
}
</style>
background-color css
<style>
a { background-color: #A8F5AB; }
a { background-color: rgb(168,245,171); }
div.DivClassName
{
background-color: #A8F5AB;
}
.BgClassName
{
background-color: #A8F5AB;
}
</style>
border-color css
<style>
span { border-color: #A8F5AB; }
span { border-color: rgb(168,245,171); }
td.TdClassName
{
border-color: #A8F5AB;
}
.TagClassName
{
border-color: #A8F5AB;
}
</style>