Shades of Celadon #A2F2AF
Tints of Celadon #A2F2AF
RGB
CMYK
RGB Variations
Color information
#A2F2AF (or 0xA2F2AF) is known color: Celadon. HEX triplet: A2, F2 and AF. RGB value is (162,242,175). Sum of RGB (Red+Green+Blue) = 162+242+175=579 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.98% from 579); Green value is 242 (94.92% from 255 or 41.80% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F2AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F2AF is #5D0D50. Grayscale: #D2D2D2. Windows color (decimal): -6098257 or 11530914. OLE color: 11530914.
HSL color Cylindrical-coordinate representation of color #A2F2AF: hue angle of 129.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 #A2F2AF is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 175 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.05 |
| HSL | 129.75º | 0.75% | 0.79% | - |
| HSV(B) | 129.75º | 0.33% | 0.95% | - |
| XYZ | 54.39 | 74.28 | 52.03 | - |
| YUV | 210.44 | 108 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 175 | 0.33 | 0 | 0.28 | 0.05 | 129.75 | 0.75 | 0.79 |
| Hex | A2 | F2 | AF | 21 | 0 | 1C | 5 | 82 | 4B | 4F |
| Octal | 242 | 362 | 257 | 41 | 0 | 34 | 5 | 202 | 113 | 117 |
| Binary | 10100010 | 11110010 | 10101111 | 100001 | 0 | 11100 | 101 | 10000010 | 1001011 | 1001111 |
Color Harmonies of #A2F2AF
Complementary color
Monochromatic Colors of #A2F2AF
Black with #A2F2AF
Text Example
Text Example
White with #A2F2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F2AF; }
p { color: rgb(162,242,175); }
H1.HeaderClassName
{
color: #A2F2AF;
}
.AnyTagClassName
{
color: #A2F2AF;
}
</style>
background-color css
<style>
a { background-color: #A2F2AF; }
a { background-color: rgb(162,242,175); }
div.DivClassName
{
background-color: #A2F2AF;
}
.BgClassName
{
background-color: #A2F2AF;
}
</style>
border-color css
<style>
span { border-color: #A2F2AF; }
span { border-color: rgb(162,242,175); }
td.TdClassName
{
border-color: #A2F2AF;
}
.TagClassName
{
border-color: #A2F2AF;
}
</style>