Shades of Celadon #A5F0AB
Tints of Celadon #A5F0AB
RGB
CMYK
RGB Variations
Color information
#A5F0AB (or 0xA5F0AB) is known color: Celadon. HEX triplet: A5, F0 and AB. RGB value is (165,240,171). Sum of RGB (Red+Green+Blue) = 165+240+171=576 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.65% from 576); Green value is 240 (94.14% from 255 or 41.67% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F0AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F0AB is #5A0F54. Grayscale: #D1D1D1. Windows color (decimal): -5902165 or 11268261. OLE color: 11268261.
HSL color Cylindrical-coordinate representation of color #A5F0AB: hue angle of 124.8º 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 #A5F0AB is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 240 | 171 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.06 |
| HSL | 124.8º | 0.71% | 0.79% | - |
| HSV(B) | 124.8º | 0.31% | 0.94% | - |
| XYZ | 54.03 | 73.26 | 49.82 | - |
| YUV | 209.71 | 106.15 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 240 | 171 | 0.31 | 0 | 0.29 | 0.06 | 124.8 | 0.71 | 0.79 |
| Hex | A5 | F0 | AB | 1F | 0 | 1D | 6 | 7D | 47 | 4F |
| Octal | 245 | 360 | 253 | 37 | 0 | 35 | 6 | 175 | 107 | 117 |
| Binary | 10100101 | 11110000 | 10101011 | 11111 | 0 | 11101 | 110 | 1111101 | 1000111 | 1001111 |
Color Harmonies of #A5F0AB
Complementary color
Monochromatic Colors of #A5F0AB
Black with #A5F0AB
Text Example
Text Example
White with #A5F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F0AB; }
p { color: rgb(165,240,171); }
H1.HeaderClassName
{
color: #A5F0AB;
}
.AnyTagClassName
{
color: #A5F0AB;
}
</style>
background-color css
<style>
a { background-color: #A5F0AB; }
a { background-color: rgb(165,240,171); }
div.DivClassName
{
background-color: #A5F0AB;
}
.BgClassName
{
background-color: #A5F0AB;
}
</style>
border-color css
<style>
span { border-color: #A5F0AB; }
span { border-color: rgb(165,240,171); }
td.TdClassName
{
border-color: #A5F0AB;
}
.TagClassName
{
border-color: #A5F0AB;
}
</style>