Shades of Celadon #A9F2B1
Tints of Celadon #A9F2B1
RGB
CMYK
RGB Variations
Color information
#A9F2B1 (or 0xA9F2B1) is known color: Celadon. HEX triplet: A9, F2 and B1. RGB value is (169,242,177). Sum of RGB (Red+Green+Blue) = 169+242+177=588 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.74% from 588); Green value is 242 (94.92% from 255 or 41.16% from 588); Blue value is 177 (69.53% from 255 or 30.10% from 588); Max value from RGB is 242 - color contains mainly: green. Hex color #A9F2B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9F2B1 is #560D4E. Grayscale: #D4D4D4. Windows color (decimal): -5639503 or 11661993. OLE color: 11661993.
HSL color Cylindrical-coordinate representation of color #A9F2B1: hue angle of 126.58º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9F2B1 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 242 | 177 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.05 |
| HSL | 126.58º | 0.74% | 0.81% | - |
| HSV(B) | 126.58º | 0.3% | 0.95% | - |
| XYZ | 56.05 | 75.11 | 53.14 | - |
| YUV | 212.76 | 107.82 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 242 | 177 | 0.30 | 0 | 0.27 | 0.05 | 126.58 | 0.74 | 0.81 |
| Hex | A9 | F2 | B1 | 1E | 0 | 1B | 5 | 7F | 4A | 51 |
| Octal | 251 | 362 | 261 | 36 | 0 | 33 | 5 | 177 | 112 | 121 |
| Binary | 10101001 | 11110010 | 10110001 | 11110 | 0 | 11011 | 101 | 1111111 | 1001010 | 1010001 |
Color Harmonies of #A9F2B1
Complementary color
Monochromatic Colors of #A9F2B1
Black with #A9F2B1
Text Example
Text Example
White with #A9F2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F2B1; }
p { color: rgb(169,242,177); }
H1.HeaderClassName
{
color: #A9F2B1;
}
.AnyTagClassName
{
color: #A9F2B1;
}
</style>
background-color css
<style>
a { background-color: #A9F2B1; }
a { background-color: rgb(169,242,177); }
div.DivClassName
{
background-color: #A9F2B1;
}
.BgClassName
{
background-color: #A9F2B1;
}
</style>
border-color css
<style>
span { border-color: #A9F2B1; }
span { border-color: rgb(169,242,177); }
td.TdClassName
{
border-color: #A9F2B1;
}
.TagClassName
{
border-color: #A9F2B1;
}
</style>