Shades of Celadon #A5E9A9
Tints of Celadon #A5E9A9
RGB
CMYK
RGB Variations
Color information
#A5E9A9 (or 0xA5E9A9) is known color: Celadon. HEX triplet: A5, E9 and A9. RGB value is (165,233,169). Sum of RGB (Red+Green+Blue) = 165+233+169=567 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.10% from 567); Green value is 233 (91.41% from 255 or 41.09% from 567); Blue value is 169 (66.41% from 255 or 29.81% from 567); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E9A9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5E9A9 is #5A1656. Grayscale: #CDCDCD. Windows color (decimal): -5903959 or 11135397. OLE color: 11135397.
HSL color Cylindrical-coordinate representation of color #A5E9A9: hue angle of 123.53º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5E9A9 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 233 | 169 | - |
| CMYK | 0.29 | 0 | 0.27 | 0.09 |
| HSL | 123.53º | 0.61% | 0.78% | - |
| HSV(B) | 123.53º | 0.29% | 0.91% | - |
| XYZ | 51.82 | 69.14 | 48.15 | - |
| YUV | 205.37 | 107.47 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 233 | 169 | 0.29 | 0 | 0.27 | 0.09 | 123.53 | 0.61 | 0.78 |
| Hex | A5 | E9 | A9 | 1D | 0 | 1B | 9 | 7C | 3D | 4E |
| Octal | 245 | 351 | 251 | 35 | 0 | 33 | 11 | 174 | 75 | 116 |
| Binary | 10100101 | 11101001 | 10101001 | 11101 | 0 | 11011 | 1001 | 1111100 | 111101 | 1001110 |
Color Harmonies of #A5E9A9
Complementary color
Monochromatic Colors of #A5E9A9
Black with #A5E9A9
Text Example
Text Example
White with #A5E9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E9A9; }
p { color: rgb(165,233,169); }
H1.HeaderClassName
{
color: #A5E9A9;
}
.AnyTagClassName
{
color: #A5E9A9;
}
</style>
background-color css
<style>
a { background-color: #A5E9A9; }
a { background-color: rgb(165,233,169); }
div.DivClassName
{
background-color: #A5E9A9;
}
.BgClassName
{
background-color: #A5E9A9;
}
</style>
border-color css
<style>
span { border-color: #A5E9A9; }
span { border-color: rgb(165,233,169); }
td.TdClassName
{
border-color: #A5E9A9;
}
.TagClassName
{
border-color: #A5E9A9;
}
</style>