Shades of Celadon #AFF1AE
Tints of Celadon #AFF1AE
RGB
CMYK
RGB Variations
Color information
#AFF1AE (or 0xAFF1AE) is known color: Celadon. HEX triplet: AF, F1 and AE. RGB value is (175,241,174). Sum of RGB (Red+Green+Blue) = 175+241+174=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 241 (94.53% from 255 or 40.85% from 590); Blue value is 174 (68.36% from 255 or 29.49% from 590); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF1AE is #500E51. Grayscale: #D5D5D5. Windows color (decimal): -5246546 or 11465135. OLE color: 11465135.
HSL color Cylindrical-coordinate representation of color #AFF1AE: hue angle of 119.1º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF1AE is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 174 | - |
| CMYK | 0.27 | 0 | 0.28 | 0.05 |
| HSL | 119.1º | 0.71% | 0.81% | - |
| HSV(B) | 119.1º | 0.28% | 0.95% | - |
| XYZ | 56.77 | 75.08 | 51.54 | - |
| YUV | 213.63 | 105.63 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 174 | 0.27 | 0 | 0.28 | 0.05 | 119.1 | 0.71 | 0.81 |
| Hex | AF | F1 | AE | 1B | 0 | 1C | 5 | 77 | 47 | 51 |
| Octal | 257 | 361 | 256 | 33 | 0 | 34 | 5 | 167 | 107 | 121 |
| Binary | 10101111 | 11110001 | 10101110 | 11011 | 0 | 11100 | 101 | 1110111 | 1000111 | 1010001 |
Color Harmonies of #AFF1AE
Complementary color
Monochromatic Colors of #AFF1AE
Black with #AFF1AE
Text Example
Text Example
White with #AFF1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF1AE; }
p { color: rgb(175,241,174); }
H1.HeaderClassName
{
color: #AFF1AE;
}
.AnyTagClassName
{
color: #AFF1AE;
}
</style>
background-color css
<style>
a { background-color: #AFF1AE; }
a { background-color: rgb(175,241,174); }
div.DivClassName
{
background-color: #AFF1AE;
}
.BgClassName
{
background-color: #AFF1AE;
}
</style>
border-color css
<style>
span { border-color: #AFF1AE; }
span { border-color: rgb(175,241,174); }
td.TdClassName
{
border-color: #AFF1AE;
}
.TagClassName
{
border-color: #AFF1AE;
}
</style>