Shades of Celadon #AFFEAE
Tints of Celadon #AFFEAE
RGB
CMYK
RGB Variations
Color information
#AFFEAE (or 0xAFFEAE) is known color: Celadon. HEX triplet: AF, FE and AE. RGB value is (175,254,174). Sum of RGB (Red+Green+Blue) = 175+254+174=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 254 (99.61% from 255 or 42.12% from 603); Blue value is 174 (68.36% from 255 or 28.86% from 603); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFEAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFEAE is #500151. Grayscale: #DDDDDD. Windows color (decimal): -5243218 or 11468463. OLE color: 11468463.
HSL color Cylindrical-coordinate representation of color #AFFEAE: hue angle of 119.25º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFEAE is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 254 | 174 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.00 |
| HSL | 119.25º | 0.98% | 0.84% | - |
| HSV(B) | 119.25º | 0.31% | 1% | - |
| XYZ | 60.76 | 83.05 | 52.87 | - |
| YUV | 221.26 | 101.33 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 254 | 174 | 0.31 | 0 | 0.31 | 0.00 | 119.25 | 0.98 | 0.84 |
| Hex | AF | FE | AE | 1F | 0 | 1F | 0 | 77 | 62 | 54 |
| Octal | 257 | 376 | 256 | 37 | 0 | 37 | 0 | 167 | 142 | 124 |
| Binary | 10101111 | 11111110 | 10101110 | 11111 | 0 | 11111 | 0 | 1110111 | 1100010 | 1010100 |
Color Harmonies of #AFFEAE
Complementary color
Monochromatic Colors of #AFFEAE
Black with #AFFEAE
Text Example
Text Example
White with #AFFEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFEAE; }
p { color: rgb(175,254,174); }
H1.HeaderClassName
{
color: #AFFEAE;
}
.AnyTagClassName
{
color: #AFFEAE;
}
</style>
background-color css
<style>
a { background-color: #AFFEAE; }
a { background-color: rgb(175,254,174); }
div.DivClassName
{
background-color: #AFFEAE;
}
.BgClassName
{
background-color: #AFFEAE;
}
</style>
border-color css
<style>
span { border-color: #AFFEAE; }
span { border-color: rgb(175,254,174); }
td.TdClassName
{
border-color: #AFFEAE;
}
.TagClassName
{
border-color: #AFFEAE;
}
</style>