Shades of Celadon #A8F6AF
Tints of Celadon #A8F6AF
RGB
CMYK
RGB Variations
Color information
#A8F6AF (or 0xA8F6AF) is known color: Celadon. HEX triplet: A8, F6 and AF. RGB value is (168,246,175). Sum of RGB (Red+Green+Blue) = 168+246+175=589 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.52% from 589); Green value is 246 (96.48% from 255 or 41.77% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 246 - color contains mainly: green. Hex color #A8F6AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F6AF is #570950. Grayscale: #D6D6D6. Windows color (decimal): -5704017 or 11531944. OLE color: 11531944.
HSL color Cylindrical-coordinate representation of color #A8F6AF: hue angle of 125.38º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8F6AF is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 246 | 175 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.04 |
| HSL | 125.38º | 0.81% | 0.81% | - |
| HSV(B) | 125.38º | 0.32% | 0.96% | - |
| XYZ | 56.84 | 77.33 | 52.49 | - |
| YUV | 214.58 | 105.66 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 246 | 175 | 0.32 | 0 | 0.29 | 0.04 | 125.38 | 0.81 | 0.81 |
| Hex | A8 | F6 | AF | 20 | 0 | 1D | 4 | 7D | 51 | 51 |
| Octal | 250 | 366 | 257 | 40 | 0 | 35 | 4 | 175 | 121 | 121 |
| Binary | 10101000 | 11110110 | 10101111 | 100000 | 0 | 11101 | 100 | 1111101 | 1010001 | 1010001 |
Color Harmonies of #A8F6AF
Complementary color
Monochromatic Colors of #A8F6AF
Black with #A8F6AF
Text Example
Text Example
White with #A8F6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F6AF; }
p { color: rgb(168,246,175); }
H1.HeaderClassName
{
color: #A8F6AF;
}
.AnyTagClassName
{
color: #A8F6AF;
}
</style>
background-color css
<style>
a { background-color: #A8F6AF; }
a { background-color: rgb(168,246,175); }
div.DivClassName
{
background-color: #A8F6AF;
}
.BgClassName
{
background-color: #A8F6AF;
}
</style>
border-color css
<style>
span { border-color: #A8F6AF; }
span { border-color: rgb(168,246,175); }
td.TdClassName
{
border-color: #A8F6AF;
}
.TagClassName
{
border-color: #A8F6AF;
}
</style>