Shades of Celadon #A2F1A8
Tints of Celadon #A2F1A8
RGB
CMYK
RGB Variations
Color information
#A2F1A8 (or 0xA2F1A8) is known color: Celadon. HEX triplet: A2, F1 and A8. RGB value is (162,241,168). Sum of RGB (Red+Green+Blue) = 162+241+168=571 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.37% from 571); Green value is 241 (94.53% from 255 or 42.21% from 571); Blue value is 168 (66.02% from 255 or 29.42% from 571); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F1A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F1A8 is #5D0E57. Grayscale: #D1D1D1. Windows color (decimal): -6098520 or 11071906. OLE color: 11071906.
HSL color Cylindrical-coordinate representation of color #A2F1A8: hue angle of 124.56º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2F1A8 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 241 | 168 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.05 |
| HSL | 124.56º | 0.74% | 0.79% | - |
| HSV(B) | 124.56º | 0.33% | 0.95% | - |
| XYZ | 53.42 | 73.42 | 48.4 | - |
| YUV | 209.06 | 104.83 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 241 | 168 | 0.33 | 0 | 0.30 | 0.05 | 124.56 | 0.74 | 0.79 |
| Hex | A2 | F1 | A8 | 21 | 0 | 1E | 5 | 7D | 4A | 4F |
| Octal | 242 | 361 | 250 | 41 | 0 | 36 | 5 | 175 | 112 | 117 |
| Binary | 10100010 | 11110001 | 10101000 | 100001 | 0 | 11110 | 101 | 1111101 | 1001010 | 1001111 |
Color Harmonies of #A2F1A8
Complementary color
Monochromatic Colors of #A2F1A8
Black with #A2F1A8
Text Example
Text Example
White with #A2F1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F1A8; }
p { color: rgb(162,241,168); }
H1.HeaderClassName
{
color: #A2F1A8;
}
.AnyTagClassName
{
color: #A2F1A8;
}
</style>
background-color css
<style>
a { background-color: #A2F1A8; }
a { background-color: rgb(162,241,168); }
div.DivClassName
{
background-color: #A2F1A8;
}
.BgClassName
{
background-color: #A2F1A8;
}
</style>
border-color css
<style>
span { border-color: #A2F1A8; }
span { border-color: rgb(162,241,168); }
td.TdClassName
{
border-color: #A2F1A8;
}
.TagClassName
{
border-color: #A2F1A8;
}
</style>