Shades of Celadon #A2F5B0
Tints of Celadon #A2F5B0
RGB
CMYK
RGB Variations
Color information
#A2F5B0 (or 0xA2F5B0) is known color: Celadon. HEX triplet: A2, F5 and B0. RGB value is (162,245,176). Sum of RGB (Red+Green+Blue) = 162+245+176=583 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.79% from 583); Green value is 245 (96.09% from 255 or 42.02% from 583); Blue value is 176 (69.14% from 255 or 30.19% from 583); Max value from RGB is 245 - color contains mainly: green. Hex color #A2F5B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F5B0 is #5D0A4F. Grayscale: #D4D4D4. Windows color (decimal): -6097488 or 11597218. OLE color: 11597218.
HSL color Cylindrical-coordinate representation of color #A2F5B0: hue angle of 130.12º degrees, saturation: 0.81, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2F5B0 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 245 | 176 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.04 |
| HSL | 130.12º | 0.81% | 0.8% | - |
| HSV(B) | 130.12º | 0.34% | 0.96% | - |
| XYZ | 55.39 | 76.12 | 52.85 | - |
| YUV | 212.32 | 107.5 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 245 | 176 | 0.34 | 0 | 0.28 | 0.04 | 130.12 | 0.81 | 0.8 |
| Hex | A2 | F5 | B0 | 22 | 0 | 1C | 4 | 82 | 51 | 50 |
| Octal | 242 | 365 | 260 | 42 | 0 | 34 | 4 | 202 | 121 | 120 |
| Binary | 10100010 | 11110101 | 10110000 | 100010 | 0 | 11100 | 100 | 10000010 | 1010001 | 1010000 |
Color Harmonies of #A2F5B0
Complementary color
Monochromatic Colors of #A2F5B0
Black with #A2F5B0
Text Example
Text Example
White with #A2F5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F5B0; }
p { color: rgb(162,245,176); }
H1.HeaderClassName
{
color: #A2F5B0;
}
.AnyTagClassName
{
color: #A2F5B0;
}
</style>
background-color css
<style>
a { background-color: #A2F5B0; }
a { background-color: rgb(162,245,176); }
div.DivClassName
{
background-color: #A2F5B0;
}
.BgClassName
{
background-color: #A2F5B0;
}
</style>
border-color css
<style>
span { border-color: #A2F5B0; }
span { border-color: rgb(162,245,176); }
td.TdClassName
{
border-color: #A2F5B0;
}
.TagClassName
{
border-color: #A2F5B0;
}
</style>