Shades of Celadon #A4EEAA
Tints of Celadon #A4EEAA
RGB
CMYK
RGB Variations
Color information
#A4EEAA (or 0xA4EEAA) is known color: Celadon. HEX triplet: A4, EE and AA. RGB value is (164,238,170). Sum of RGB (Red+Green+Blue) = 164+238+170=572 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.67% from 572); Green value is 238 (93.36% from 255 or 41.61% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 238 - color contains mainly: green. Hex color #A4EEAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4EEAA is #5B1155. Grayscale: #D0D0D0. Windows color (decimal): -5968214 or 11202212. OLE color: 11202212.
HSL color Cylindrical-coordinate representation of color #A4EEAA: hue angle of 124.86º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4EEAA is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 238 | 170 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.07 |
| HSL | 124.86º | 0.69% | 0.79% | - |
| HSV(B) | 124.86º | 0.31% | 0.93% | - |
| XYZ | 53.14 | 71.94 | 49.12 | - |
| YUV | 208.12 | 106.48 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 238 | 170 | 0.31 | 0 | 0.29 | 0.07 | 124.86 | 0.69 | 0.79 |
| Hex | A4 | EE | AA | 1F | 0 | 1D | 7 | 7D | 45 | 4F |
| Octal | 244 | 356 | 252 | 37 | 0 | 35 | 7 | 175 | 105 | 117 |
| Binary | 10100100 | 11101110 | 10101010 | 11111 | 0 | 11101 | 111 | 1111101 | 1000101 | 1001111 |
Color Harmonies of #A4EEAA
Complementary color
Monochromatic Colors of #A4EEAA
Black with #A4EEAA
Text Example
Text Example
White with #A4EEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EEAA; }
p { color: rgb(164,238,170); }
H1.HeaderClassName
{
color: #A4EEAA;
}
.AnyTagClassName
{
color: #A4EEAA;
}
</style>
background-color css
<style>
a { background-color: #A4EEAA; }
a { background-color: rgb(164,238,170); }
div.DivClassName
{
background-color: #A4EEAA;
}
.BgClassName
{
background-color: #A4EEAA;
}
</style>
border-color css
<style>
span { border-color: #A4EEAA; }
span { border-color: rgb(164,238,170); }
td.TdClassName
{
border-color: #A4EEAA;
}
.TagClassName
{
border-color: #A4EEAA;
}
</style>