Shades of Celadon #A2F2AB
Tints of Celadon #A2F2AB
RGB
CMYK
RGB Variations
Color information
#A2F2AB (or 0xA2F2AB) is known color: Celadon. HEX triplet: A2, F2 and AB. RGB value is (162,242,171). Sum of RGB (Red+Green+Blue) = 162+242+171=575 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.17% from 575); Green value is 242 (94.92% from 255 or 42.09% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F2AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F2AB is #5D0D54. Grayscale: #D2D2D2. Windows color (decimal): -6098261 or 11268770. OLE color: 11268770.
HSL color Cylindrical-coordinate representation of color #A2F2AB: hue angle of 126.75º degrees, saturation: 0.75, 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 #A2F2AB is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 171 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.05 |
| HSL | 126.75º | 0.75% | 0.79% | - |
| HSV(B) | 126.75º | 0.33% | 0.95% | - |
| XYZ | 54 | 74.13 | 49.99 | - |
| YUV | 209.99 | 106 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 171 | 0.33 | 0 | 0.29 | 0.05 | 126.75 | 0.75 | 0.79 |
| Hex | A2 | F2 | AB | 21 | 0 | 1D | 5 | 7F | 4B | 4F |
| Octal | 242 | 362 | 253 | 41 | 0 | 35 | 5 | 177 | 113 | 117 |
| Binary | 10100010 | 11110010 | 10101011 | 100001 | 0 | 11101 | 101 | 1111111 | 1001011 | 1001111 |
Color Harmonies of #A2F2AB
Complementary color
Monochromatic Colors of #A2F2AB
Black with #A2F2AB
Text Example
Text Example
White with #A2F2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F2AB; }
p { color: rgb(162,242,171); }
H1.HeaderClassName
{
color: #A2F2AB;
}
.AnyTagClassName
{
color: #A2F2AB;
}
</style>
background-color css
<style>
a { background-color: #A2F2AB; }
a { background-color: rgb(162,242,171); }
div.DivClassName
{
background-color: #A2F2AB;
}
.BgClassName
{
background-color: #A2F2AB;
}
</style>
border-color css
<style>
span { border-color: #A2F2AB; }
span { border-color: rgb(162,242,171); }
td.TdClassName
{
border-color: #A2F2AB;
}
.TagClassName
{
border-color: #A2F2AB;
}
</style>