Shades of Celadon #A5F0AA
Tints of Celadon #A5F0AA
RGB
CMYK
RGB Variations
Color information
#A5F0AA (or 0xA5F0AA) is known color: Celadon. HEX triplet: A5, F0 and AA. RGB value is (165,240,170). Sum of RGB (Red+Green+Blue) = 165+240+170=575 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.70% from 575); Green value is 240 (94.14% from 255 or 41.74% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F0AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F0AA is #5A0F55. Grayscale: #D1D1D1. Windows color (decimal): -5902166 or 11202725. OLE color: 11202725.
HSL color Cylindrical-coordinate representation of color #A5F0AA: hue angle of 124º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5F0AA is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 240 | 170 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.06 |
| HSL | 124º | 0.71% | 0.79% | - |
| HSV(B) | 124º | 0.31% | 0.94% | - |
| XYZ | 53.93 | 73.22 | 49.32 | - |
| YUV | 209.6 | 105.65 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 240 | 170 | 0.31 | 0 | 0.29 | 0.06 | 124 | 0.71 | 0.79 |
| Hex | A5 | F0 | AA | 1F | 0 | 1D | 6 | 7C | 47 | 4F |
| Octal | 245 | 360 | 252 | 37 | 0 | 35 | 6 | 174 | 107 | 117 |
| Binary | 10100101 | 11110000 | 10101010 | 11111 | 0 | 11101 | 110 | 1111100 | 1000111 | 1001111 |
Color Harmonies of #A5F0AA
Complementary color
Monochromatic Colors of #A5F0AA
Black with #A5F0AA
Text Example
Text Example
White with #A5F0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F0AA; }
p { color: rgb(165,240,170); }
H1.HeaderClassName
{
color: #A5F0AA;
}
.AnyTagClassName
{
color: #A5F0AA;
}
</style>
background-color css
<style>
a { background-color: #A5F0AA; }
a { background-color: rgb(165,240,170); }
div.DivClassName
{
background-color: #A5F0AA;
}
.BgClassName
{
background-color: #A5F0AA;
}
</style>
border-color css
<style>
span { border-color: #A5F0AA; }
span { border-color: rgb(165,240,170); }
td.TdClassName
{
border-color: #A5F0AA;
}
.TagClassName
{
border-color: #A5F0AA;
}
</style>