Shades of Celadon #A8F1AC
Tints of Celadon #A8F1AC
RGB
CMYK
RGB Variations
Color information
#A8F1AC (or 0xA8F1AC) is known color: Celadon. HEX triplet: A8, F1 and AC. RGB value is (168,241,172). Sum of RGB (Red+Green+Blue) = 168+241+172=581 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.92% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 172 (67.58% from 255 or 29.60% from 581); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F1AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F1AC is #570E53. Grayscale: #D3D3D3. Windows color (decimal): -5705300 or 11334056. OLE color: 11334056.
HSL color Cylindrical-coordinate representation of color #A8F1AC: hue angle of 123.29º 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 #A8F1AC is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
RGB | 168 | 241 | 172 | - |
CMYK | 0.30 | 0 | 0.29 | 0.05 |
HSL | 123.29º | 0.72% | 0.8% | - |
HSV(B) | 123.29º | 0.3% | 0.95% | - |
XYZ | 55.05 | 74.21 | 50.45 | - |
YUV | 211.31 | 105.82 | 97.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 241 | 172 | 0.30 | 0 | 0.29 | 0.05 | 123.29 | 0.72 | 0.8 |
Hex | A8 | F1 | AC | 1E | 0 | 1D | 5 | 7B | 48 | 50 |
Octal | 250 | 361 | 254 | 36 | 0 | 35 | 5 | 173 | 110 | 120 |
Binary | 10101000 | 11110001 | 10101100 | 11110 | 0 | 11101 | 101 | 1111011 | 1001000 | 1010000 |
Color Harmonies of #A8F1AC
Complementary color
Monochromatic Colors of #A8F1AC
Black with #A8F1AC
Text Example
Text Example
White with #A8F1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F1AC; }
p { color: rgb(168,241,172); }
H1.HeaderClassName
{
color: #A8F1AC;
}
.AnyTagClassName
{
color: #A8F1AC;
}
</style>
background-color css
<style>
a { background-color: #A8F1AC; }
a { background-color: rgb(168,241,172); }
div.DivClassName
{
background-color: #A8F1AC;
}
.BgClassName
{
background-color: #A8F1AC;
}
</style>
border-color css
<style>
span { border-color: #A8F1AC; }
span { border-color: rgb(168,241,172); }
td.TdClassName
{
border-color: #A8F1AC;
}
.TagClassName
{
border-color: #A8F1AC;
}
</style>