Shades of Celadon #A9DFB2
Tints of Celadon #A9DFB2
RGB
CMYK
RGB Variations
Color information
#A9DFB2 (or 0xA9DFB2) is known color: Celadon. HEX triplet: A9, DF and B2. RGB value is (169,223,178). Sum of RGB (Red+Green+Blue) = 169+223+178=570 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.65% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #A9DFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DFB2 is #56204D. Grayscale: #C9C9C9. Windows color (decimal): -5644366 or 11722665. OLE color: 11722665.
HSL color Cylindrical-coordinate representation of color #A9DFB2: hue angle of 130º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9DFB2 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 223 | 178 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.13 |
| HSL | 130º | 0.46% | 0.77% | - |
| HSV(B) | 130º | 0.24% | 0.87% | - |
| XYZ | 50.79 | 64.42 | 51.88 | - |
| YUV | 201.72 | 114.61 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 223 | 178 | 0.24 | 0 | 0.20 | 0.13 | 130 | 0.46 | 0.77 |
| Hex | A9 | DF | B2 | 18 | 0 | 14 | D | 82 | 2E | 4D |
| Octal | 251 | 337 | 262 | 30 | 0 | 24 | 15 | 202 | 56 | 115 |
| Binary | 10101001 | 11011111 | 10110010 | 11000 | 0 | 10100 | 1101 | 10000010 | 101110 | 1001101 |
Color Harmonies of #A9DFB2
Complementary color
Monochromatic Colors of #A9DFB2
Black with #A9DFB2
Text Example
Text Example
White with #A9DFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DFB2; }
p { color: rgb(169,223,178); }
H1.HeaderClassName
{
color: #A9DFB2;
}
.AnyTagClassName
{
color: #A9DFB2;
}
</style>
background-color css
<style>
a { background-color: #A9DFB2; }
a { background-color: rgb(169,223,178); }
div.DivClassName
{
background-color: #A9DFB2;
}
.BgClassName
{
background-color: #A9DFB2;
}
</style>
border-color css
<style>
span { border-color: #A9DFB2; }
span { border-color: rgb(169,223,178); }
td.TdClassName
{
border-color: #A9DFB2;
}
.TagClassName
{
border-color: #A9DFB2;
}
</style>