Shades of Celadon #A7E4AA
Tints of Celadon #A7E4AA
RGB
CMYK
RGB Variations
Color information
#A7E4AA (or 0xA7E4AA) is known color: Celadon. HEX triplet: A7, E4 and AA. RGB value is (167,228,170). Sum of RGB (Red+Green+Blue) = 167+228+170=565 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.56% from 565); Green value is 228 (89.45% from 255 or 40.35% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 228 - color contains mainly: green. Hex color #A7E4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7E4AA is #581B55. Grayscale: #CBCBCB. Windows color (decimal): -5774166 or 11199655. OLE color: 11199655.
HSL color Cylindrical-coordinate representation of color #A7E4AA: hue angle of 122.95º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A7E4AA is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 228 | 170 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.11 |
| HSL | 122.95º | 0.53% | 0.77% | - |
| HSV(B) | 122.95º | 0.27% | 0.89% | - |
| XYZ | 50.94 | 66.6 | 48.2 | - |
| YUV | 203.15 | 109.29 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 228 | 170 | 0.27 | 0 | 0.25 | 0.11 | 122.95 | 0.53 | 0.77 |
| Hex | A7 | E4 | AA | 1B | 0 | 19 | B | 7B | 35 | 4D |
| Octal | 247 | 344 | 252 | 33 | 0 | 31 | 13 | 173 | 65 | 115 |
| Binary | 10100111 | 11100100 | 10101010 | 11011 | 0 | 11001 | 1011 | 1111011 | 110101 | 1001101 |
Color Harmonies of #A7E4AA
Complementary color
Monochromatic Colors of #A7E4AA
Black with #A7E4AA
Text Example
Text Example
White with #A7E4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E4AA; }
p { color: rgb(167,228,170); }
H1.HeaderClassName
{
color: #A7E4AA;
}
.AnyTagClassName
{
color: #A7E4AA;
}
</style>
background-color css
<style>
a { background-color: #A7E4AA; }
a { background-color: rgb(167,228,170); }
div.DivClassName
{
background-color: #A7E4AA;
}
.BgClassName
{
background-color: #A7E4AA;
}
</style>
border-color css
<style>
span { border-color: #A7E4AA; }
span { border-color: rgb(167,228,170); }
td.TdClassName
{
border-color: #A7E4AA;
}
.TagClassName
{
border-color: #A7E4AA;
}
</style>