Shades of Celadon #A8F1AF
Tints of Celadon #A8F1AF
RGB
CMYK
RGB Variations
Color information
#A8F1AF (or 0xA8F1AF) is known color: Celadon. HEX triplet: A8, F1 and AF. RGB value is (168,241,175). Sum of RGB (Red+Green+Blue) = 168+241+175=584 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.77% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F1AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F1AF is #570E50. Grayscale: #D3D3D3. Windows color (decimal): -5705297 or 11530664. OLE color: 11530664.
HSL color Cylindrical-coordinate representation of color #A8F1AF: hue angle of 125.75º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8F1AF is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 241 | 175 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.05 |
| HSL | 125.75º | 0.72% | 0.8% | - |
| HSV(B) | 125.75º | 0.3% | 0.95% | - |
| XYZ | 55.34 | 74.33 | 51.99 | - |
| YUV | 211.65 | 107.32 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 241 | 175 | 0.30 | 0 | 0.27 | 0.05 | 125.75 | 0.72 | 0.8 |
| Hex | A8 | F1 | AF | 1E | 0 | 1B | 5 | 7E | 48 | 50 |
| Octal | 250 | 361 | 257 | 36 | 0 | 33 | 5 | 176 | 110 | 120 |
| Binary | 10101000 | 11110001 | 10101111 | 11110 | 0 | 11011 | 101 | 1111110 | 1001000 | 1010000 |
Color Harmonies of #A8F1AF
Complementary color
Monochromatic Colors of #A8F1AF
Black with #A8F1AF
Text Example
Text Example
White with #A8F1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F1AF; }
p { color: rgb(168,241,175); }
H1.HeaderClassName
{
color: #A8F1AF;
}
.AnyTagClassName
{
color: #A8F1AF;
}
</style>
background-color css
<style>
a { background-color: #A8F1AF; }
a { background-color: rgb(168,241,175); }
div.DivClassName
{
background-color: #A8F1AF;
}
.BgClassName
{
background-color: #A8F1AF;
}
</style>
border-color css
<style>
span { border-color: #A8F1AF; }
span { border-color: rgb(168,241,175); }
td.TdClassName
{
border-color: #A8F1AF;
}
.TagClassName
{
border-color: #A8F1AF;
}
</style>