Shades of Celadon #A2F2AA
Tints of Celadon #A2F2AA
RGB
CMYK
RGB Variations
Color information
#A2F2AA (or 0xA2F2AA) is known color: Celadon. HEX triplet: A2, F2 and AA. RGB value is (162,242,170). Sum of RGB (Red+Green+Blue) = 162+242+170=574 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.22% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F2AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F2AA is #5D0D55. Grayscale: #D2D2D2. Windows color (decimal): -6098262 or 11203234. OLE color: 11203234.
HSL color Cylindrical-coordinate representation of color #A2F2AA: hue angle of 126º 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 #A2F2AA is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 170 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.05 |
| HSL | 126º | 0.75% | 0.79% | - |
| HSV(B) | 126º | 0.33% | 0.95% | - |
| XYZ | 53.91 | 74.09 | 49.49 | - |
| YUV | 209.87 | 105.5 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 170 | 0.33 | 0 | 0.30 | 0.05 | 126 | 0.75 | 0.79 |
| Hex | A2 | F2 | AA | 21 | 0 | 1E | 5 | 7E | 4B | 4F |
| Octal | 242 | 362 | 252 | 41 | 0 | 36 | 5 | 176 | 113 | 117 |
| Binary | 10100010 | 11110010 | 10101010 | 100001 | 0 | 11110 | 101 | 1111110 | 1001011 | 1001111 |
Color Harmonies of #A2F2AA
Complementary color
Monochromatic Colors of #A2F2AA
Black with #A2F2AA
Text Example
Text Example
White with #A2F2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F2AA; }
p { color: rgb(162,242,170); }
H1.HeaderClassName
{
color: #A2F2AA;
}
.AnyTagClassName
{
color: #A2F2AA;
}
</style>
background-color css
<style>
a { background-color: #A2F2AA; }
a { background-color: rgb(162,242,170); }
div.DivClassName
{
background-color: #A2F2AA;
}
.BgClassName
{
background-color: #A2F2AA;
}
</style>
border-color css
<style>
span { border-color: #A2F2AA; }
span { border-color: rgb(162,242,170); }
td.TdClassName
{
border-color: #A2F2AA;
}
.TagClassName
{
border-color: #A2F2AA;
}
</style>