Shades of Celadon #AFF0AD
Tints of Celadon #AFF0AD
RGB
CMYK
RGB Variations
Color information
#AFF0AD (or 0xAFF0AD) is known color: Celadon. HEX triplet: AF, F0 and AD. RGB value is (175,240,173). Sum of RGB (Red+Green+Blue) = 175+240+173=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 240 (94.14% from 255 or 40.82% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF0AD is #500F52. Grayscale: #D5D5D5. Windows color (decimal): -5246803 or 11399343. OLE color: 11399343.
HSL color Cylindrical-coordinate representation of color #AFF0AD: hue angle of 118.21º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF0AD is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 240 | 173 | - |
| CMYK | 0.27 | 0 | 0.28 | 0.06 |
| HSL | 118.21º | 0.69% | 0.81% | - |
| HSV(B) | 118.21º | 0.28% | 0.94% | - |
| XYZ | 56.38 | 74.45 | 50.93 | - |
| YUV | 212.93 | 105.47 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 240 | 173 | 0.27 | 0 | 0.28 | 0.06 | 118.21 | 0.69 | 0.81 |
| Hex | AF | F0 | AD | 1B | 0 | 1C | 6 | 76 | 45 | 51 |
| Octal | 257 | 360 | 255 | 33 | 0 | 34 | 6 | 166 | 105 | 121 |
| Binary | 10101111 | 11110000 | 10101101 | 11011 | 0 | 11100 | 110 | 1110110 | 1000101 | 1010001 |
Color Harmonies of #AFF0AD
Complementary color
Monochromatic Colors of #AFF0AD
Black with #AFF0AD
Text Example
Text Example
White with #AFF0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF0AD; }
p { color: rgb(175,240,173); }
H1.HeaderClassName
{
color: #AFF0AD;
}
.AnyTagClassName
{
color: #AFF0AD;
}
</style>
background-color css
<style>
a { background-color: #AFF0AD; }
a { background-color: rgb(175,240,173); }
div.DivClassName
{
background-color: #AFF0AD;
}
.BgClassName
{
background-color: #AFF0AD;
}
</style>
border-color css
<style>
span { border-color: #AFF0AD; }
span { border-color: rgb(175,240,173); }
td.TdClassName
{
border-color: #AFF0AD;
}
.TagClassName
{
border-color: #AFF0AD;
}
</style>