Shades of Celadon #A2F9B4
Tints of Celadon #A2F9B4
RGB
CMYK
RGB Variations
Color information
#A2F9B4 (or 0xA2F9B4) is known color: Celadon. HEX triplet: A2, F9 and B4. RGB value is (162,249,180). Sum of RGB (Red+Green+Blue) = 162+249+180=591 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.41% from 591); Green value is 249 (97.66% from 255 or 42.13% from 591); Blue value is 180 (70.70% from 255 or 30.46% from 591); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F9B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F9B4 is #5D064B. Grayscale: #D7D7D7. Windows color (decimal): -6096460 or 11860386. OLE color: 11860386.
HSL color Cylindrical-coordinate representation of color #A2F9B4: hue angle of 132.41º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2F9B4 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 249 | 180 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.02 |
| HSL | 132.41º | 0.88% | 0.81% | - |
| HSV(B) | 132.41º | 0.35% | 0.98% | - |
| XYZ | 57.01 | 78.73 | 55.37 | - |
| YUV | 215.12 | 108.18 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 249 | 180 | 0.35 | 0 | 0.28 | 0.02 | 132.41 | 0.88 | 0.81 |
| Hex | A2 | F9 | B4 | 23 | 0 | 1C | 2 | 84 | 58 | 51 |
| Octal | 242 | 371 | 264 | 43 | 0 | 34 | 2 | 204 | 130 | 121 |
| Binary | 10100010 | 11111001 | 10110100 | 100011 | 0 | 11100 | 10 | 10000100 | 1011000 | 1010001 |
Color Harmonies of #A2F9B4
Complementary color
Monochromatic Colors of #A2F9B4
Black with #A2F9B4
Text Example
Text Example
White with #A2F9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F9B4; }
p { color: rgb(162,249,180); }
H1.HeaderClassName
{
color: #A2F9B4;
}
.AnyTagClassName
{
color: #A2F9B4;
}
</style>
background-color css
<style>
a { background-color: #A2F9B4; }
a { background-color: rgb(162,249,180); }
div.DivClassName
{
background-color: #A2F9B4;
}
.BgClassName
{
background-color: #A2F9B4;
}
</style>
border-color css
<style>
span { border-color: #A2F9B4; }
span { border-color: rgb(162,249,180); }
td.TdClassName
{
border-color: #A2F9B4;
}
.TagClassName
{
border-color: #A2F9B4;
}
</style>