Shades of Celadon #A8F2AE
Tints of Celadon #A8F2AE
RGB
CMYK
RGB Variations
Color information
#A8F2AE (or 0xA8F2AE) is known color: Celadon. HEX triplet: A8, F2 and AE. RGB value is (168,242,174). Sum of RGB (Red+Green+Blue) = 168+242+174=584 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.77% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 174 (68.36% from 255 or 29.79% from 584); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F2AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F2AE is #570D51. Grayscale: #D4D4D4. Windows color (decimal): -5705042 or 11465384. OLE color: 11465384.
HSL color Cylindrical-coordinate representation of color #A8F2AE: hue angle of 124.86º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F2AE is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 242 | 174 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.05 |
| HSL | 124.86º | 0.74% | 0.8% | - |
| HSV(B) | 124.86º | 0.31% | 0.95% | - |
| XYZ | 55.54 | 74.89 | 51.57 | - |
| YUV | 212.12 | 106.48 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 242 | 174 | 0.31 | 0 | 0.28 | 0.05 | 124.86 | 0.74 | 0.8 |
| Hex | A8 | F2 | AE | 1F | 0 | 1C | 5 | 7D | 4A | 50 |
| Octal | 250 | 362 | 256 | 37 | 0 | 34 | 5 | 175 | 112 | 120 |
| Binary | 10101000 | 11110010 | 10101110 | 11111 | 0 | 11100 | 101 | 1111101 | 1001010 | 1010000 |
Color Harmonies of #A8F2AE
Complementary color
Monochromatic Colors of #A8F2AE
Black with #A8F2AE
Text Example
Text Example
White with #A8F2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F2AE; }
p { color: rgb(168,242,174); }
H1.HeaderClassName
{
color: #A8F2AE;
}
.AnyTagClassName
{
color: #A8F2AE;
}
</style>
background-color css
<style>
a { background-color: #A8F2AE; }
a { background-color: rgb(168,242,174); }
div.DivClassName
{
background-color: #A8F2AE;
}
.BgClassName
{
background-color: #A8F2AE;
}
</style>
border-color css
<style>
span { border-color: #A8F2AE; }
span { border-color: rgb(168,242,174); }
td.TdClassName
{
border-color: #A8F2AE;
}
.TagClassName
{
border-color: #A8F2AE;
}
</style>