Shades of Celadon #ACF2AF
Tints of Celadon #ACF2AF
RGB
CMYK
RGB Variations
Color information
#ACF2AF (or 0xACF2AF) is known color: Celadon. HEX triplet: AC, F2 and AF. RGB value is (172,242,175). Sum of RGB (Red+Green+Blue) = 172+242+175=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF2AF is #530D50. Grayscale: #D5D5D5. Windows color (decimal): -5442897 or 11530924. OLE color: 11530924.
HSL color Cylindrical-coordinate representation of color #ACF2AF: hue angle of 122.57º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF2AF is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 175 | - |
| CMYK | 0.29 | 0 | 0.28 | 0.05 |
| HSL | 122.57º | 0.73% | 0.81% | - |
| HSV(B) | 122.57º | 0.29% | 0.95% | - |
| XYZ | 56.5 | 75.37 | 52.13 | - |
| YUV | 213.43 | 106.31 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 175 | 0.29 | 0 | 0.28 | 0.05 | 122.57 | 0.73 | 0.81 |
| Hex | AC | F2 | AF | 1D | 0 | 1C | 5 | 7B | 49 | 51 |
| Octal | 254 | 362 | 257 | 35 | 0 | 34 | 5 | 173 | 111 | 121 |
| Binary | 10101100 | 11110010 | 10101111 | 11101 | 0 | 11100 | 101 | 1111011 | 1001001 | 1010001 |
Color Harmonies of #ACF2AF
Complementary color
Monochromatic Colors of #ACF2AF
Black with #ACF2AF
Text Example
Text Example
White with #ACF2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF2AF; }
p { color: rgb(172,242,175); }
H1.HeaderClassName
{
color: #ACF2AF;
}
.AnyTagClassName
{
color: #ACF2AF;
}
</style>
background-color css
<style>
a { background-color: #ACF2AF; }
a { background-color: rgb(172,242,175); }
div.DivClassName
{
background-color: #ACF2AF;
}
.BgClassName
{
background-color: #ACF2AF;
}
</style>
border-color css
<style>
span { border-color: #ACF2AF; }
span { border-color: rgb(172,242,175); }
td.TdClassName
{
border-color: #ACF2AF;
}
.TagClassName
{
border-color: #ACF2AF;
}
</style>