Shades of Celadon #A8F9AF
Tints of Celadon #A8F9AF
RGB
CMYK
RGB Variations
Color information
#A8F9AF (or 0xA8F9AF) is known color: Celadon. HEX triplet: A8, F9 and AF. RGB value is (168,249,175). Sum of RGB (Red+Green+Blue) = 168+249+175=592 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.38% from 592); Green value is 249 (97.66% from 255 or 42.06% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F9AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F9AF is #570650. Grayscale: #D8D8D8. Windows color (decimal): -5703249 or 11532712. OLE color: 11532712.
HSL color Cylindrical-coordinate representation of color #A8F9AF: hue angle of 125.19º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8F9AF is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
RGB | 168 | 249 | 175 | - |
CMYK | 0.33 | 0 | 0.30 | 0.02 |
HSL | 125.19º | 0.87% | 0.82% | - |
HSV(B) | 125.19º | 0.33% | 0.98% | - |
XYZ | 57.76 | 79.17 | 52.79 | - |
YUV | 216.35 | 104.66 | 93.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 249 | 175 | 0.33 | 0 | 0.30 | 0.02 | 125.19 | 0.87 | 0.82 |
Hex | A8 | F9 | AF | 21 | 0 | 1E | 2 | 7D | 57 | 52 |
Octal | 250 | 371 | 257 | 41 | 0 | 36 | 2 | 175 | 127 | 122 |
Binary | 10101000 | 11111001 | 10101111 | 100001 | 0 | 11110 | 10 | 1111101 | 1010111 | 1010010 |
Color Harmonies of #A8F9AF
Complementary color
Monochromatic Colors of #A8F9AF
Black with #A8F9AF
Text Example
Text Example
White with #A8F9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F9AF; }
p { color: rgb(168,249,175); }
H1.HeaderClassName
{
color: #A8F9AF;
}
.AnyTagClassName
{
color: #A8F9AF;
}
</style>
background-color css
<style>
a { background-color: #A8F9AF; }
a { background-color: rgb(168,249,175); }
div.DivClassName
{
background-color: #A8F9AF;
}
.BgClassName
{
background-color: #A8F9AF;
}
</style>
border-color css
<style>
span { border-color: #A8F9AF; }
span { border-color: rgb(168,249,175); }
td.TdClassName
{
border-color: #A8F9AF;
}
.TagClassName
{
border-color: #A8F9AF;
}
</style>