Shades of Celadon #A4F1AE
Tints of Celadon #A4F1AE
RGB
CMYK
RGB Variations
Color information
#A4F1AE (or 0xA4F1AE) is known color: Celadon. HEX triplet: A4, F1 and AE. RGB value is (164,241,174). Sum of RGB (Red+Green+Blue) = 164+241+174=579 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.32% from 579); Green value is 241 (94.53% from 255 or 41.62% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 241 - color contains mainly: green. Hex color #A4F1AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F1AE is #5B0E51. Grayscale: #D2D2D2. Windows color (decimal): -5967442 or 11465124. OLE color: 11465124.
HSL color Cylindrical-coordinate representation of color #A4F1AE: hue angle of 127.79º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4F1AE is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 241 | 174 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.05 |
| HSL | 127.79º | 0.73% | 0.79% | - |
| HSV(B) | 127.79º | 0.32% | 0.95% | - |
| XYZ | 54.41 | 73.86 | 51.43 | - |
| YUV | 210.34 | 107.49 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 241 | 174 | 0.32 | 0 | 0.28 | 0.05 | 127.79 | 0.73 | 0.79 |
| Hex | A4 | F1 | AE | 20 | 0 | 1C | 5 | 80 | 49 | 4F |
| Octal | 244 | 361 | 256 | 40 | 0 | 34 | 5 | 200 | 111 | 117 |
| Binary | 10100100 | 11110001 | 10101110 | 100000 | 0 | 11100 | 101 | 10000000 | 1001001 | 1001111 |
Color Harmonies of #A4F1AE
Complementary color
Monochromatic Colors of #A4F1AE
Black with #A4F1AE
Text Example
Text Example
White with #A4F1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F1AE; }
p { color: rgb(164,241,174); }
H1.HeaderClassName
{
color: #A4F1AE;
}
.AnyTagClassName
{
color: #A4F1AE;
}
</style>
background-color css
<style>
a { background-color: #A4F1AE; }
a { background-color: rgb(164,241,174); }
div.DivClassName
{
background-color: #A4F1AE;
}
.BgClassName
{
background-color: #A4F1AE;
}
</style>
border-color css
<style>
span { border-color: #A4F1AE; }
span { border-color: rgb(164,241,174); }
td.TdClassName
{
border-color: #A4F1AE;
}
.TagClassName
{
border-color: #A4F1AE;
}
</style>