Shades of Celadon #A5EEA8
Tints of Celadon #A5EEA8
RGB
CMYK
RGB Variations
Color information
#A5EEA8 (or 0xA5EEA8) is known color: Celadon. HEX triplet: A5, EE and A8. RGB value is (165,238,168). Sum of RGB (Red+Green+Blue) = 165+238+168=571 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.90% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 168 (66.02% from 255 or 29.42% from 571); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EEA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EEA8 is #5A1157. Grayscale: #D0D0D0. Windows color (decimal): -5902680 or 11071141. OLE color: 11071141.
HSL color Cylindrical-coordinate representation of color #A5EEA8: hue angle of 122.47º degrees, saturation: 0.68, 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 #A5EEA8 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 238 | 168 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.07 |
| HSL | 122.47º | 0.68% | 0.79% | - |
| HSV(B) | 122.47º | 0.31% | 0.93% | - |
| XYZ | 53.16 | 71.98 | 48.14 | - |
| YUV | 208.19 | 105.32 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 238 | 168 | 0.31 | 0 | 0.29 | 0.07 | 122.47 | 0.68 | 0.79 |
| Hex | A5 | EE | A8 | 1F | 0 | 1D | 7 | 7A | 44 | 4F |
| Octal | 245 | 356 | 250 | 37 | 0 | 35 | 7 | 172 | 104 | 117 |
| Binary | 10100101 | 11101110 | 10101000 | 11111 | 0 | 11101 | 111 | 1111010 | 1000100 | 1001111 |
Color Harmonies of #A5EEA8
Complementary color
Monochromatic Colors of #A5EEA8
Black with #A5EEA8
Text Example
Text Example
White with #A5EEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EEA8; }
p { color: rgb(165,238,168); }
H1.HeaderClassName
{
color: #A5EEA8;
}
.AnyTagClassName
{
color: #A5EEA8;
}
</style>
background-color css
<style>
a { background-color: #A5EEA8; }
a { background-color: rgb(165,238,168); }
div.DivClassName
{
background-color: #A5EEA8;
}
.BgClassName
{
background-color: #A5EEA8;
}
</style>
border-color css
<style>
span { border-color: #A5EEA8; }
span { border-color: rgb(165,238,168); }
td.TdClassName
{
border-color: #A5EEA8;
}
.TagClassName
{
border-color: #A5EEA8;
}
</style>