Shades of Celadon #A4F2AF
Tints of Celadon #A4F2AF
RGB
CMYK
RGB Variations
Color information
#A4F2AF (or 0xA4F2AF) is known color: Celadon. HEX triplet: A4, F2 and AF. RGB value is (164,242,175). Sum of RGB (Red+Green+Blue) = 164+242+175=581 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.23% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 242 - color contains mainly: green. Hex color #A4F2AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F2AF is #5B0D50. Grayscale: #D3D3D3. Windows color (decimal): -5967185 or 11530916. OLE color: 11530916.
HSL color Cylindrical-coordinate representation of color #A4F2AF: hue angle of 128.46º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4F2AF is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 242 | 175 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.05 |
| HSL | 128.46º | 0.75% | 0.8% | - |
| HSV(B) | 128.46º | 0.32% | 0.95% | - |
| XYZ | 54.8 | 74.49 | 52.05 | - |
| YUV | 211.04 | 107.66 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 242 | 175 | 0.32 | 0 | 0.28 | 0.05 | 128.46 | 0.75 | 0.8 |
| Hex | A4 | F2 | AF | 20 | 0 | 1C | 5 | 80 | 4B | 50 |
| Octal | 244 | 362 | 257 | 40 | 0 | 34 | 5 | 200 | 113 | 120 |
| Binary | 10100100 | 11110010 | 10101111 | 100000 | 0 | 11100 | 101 | 10000000 | 1001011 | 1010000 |
Color Harmonies of #A4F2AF
Complementary color
Monochromatic Colors of #A4F2AF
Black with #A4F2AF
Text Example
Text Example
White with #A4F2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F2AF; }
p { color: rgb(164,242,175); }
H1.HeaderClassName
{
color: #A4F2AF;
}
.AnyTagClassName
{
color: #A4F2AF;
}
</style>
background-color css
<style>
a { background-color: #A4F2AF; }
a { background-color: rgb(164,242,175); }
div.DivClassName
{
background-color: #A4F2AF;
}
.BgClassName
{
background-color: #A4F2AF;
}
</style>
border-color css
<style>
span { border-color: #A4F2AF; }
span { border-color: rgb(164,242,175); }
td.TdClassName
{
border-color: #A4F2AF;
}
.TagClassName
{
border-color: #A4F2AF;
}
</style>