Shades of Celadon #ACF3AF
Tints of Celadon #ACF3AF
RGB
CMYK
RGB Variations
Color information
#ACF3AF (or 0xACF3AF) is known color: Celadon. HEX triplet: AC, F3 and AF. RGB value is (172,243,175). Sum of RGB (Red+Green+Blue) = 172+243+175=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 243 (95.31% from 255 or 41.19% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF3AF is #530C50. Grayscale: #D6D6D6. Windows color (decimal): -5442641 or 11531180. OLE color: 11531180.
HSL color Cylindrical-coordinate representation of color #ACF3AF: hue angle of 122.54º degrees, saturation: 0.75, 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 #ACF3AF is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 175 | - |
| CMYK | 0.29 | 0 | 0.28 | 0.05 |
| HSL | 122.54º | 0.75% | 0.81% | - |
| HSV(B) | 122.54º | 0.29% | 0.95% | - |
| XYZ | 56.8 | 75.97 | 52.23 | - |
| YUV | 214.02 | 105.98 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 175 | 0.29 | 0 | 0.28 | 0.05 | 122.54 | 0.75 | 0.81 |
| Hex | AC | F3 | AF | 1D | 0 | 1C | 5 | 7B | 4B | 51 |
| Octal | 254 | 363 | 257 | 35 | 0 | 34 | 5 | 173 | 113 | 121 |
| Binary | 10101100 | 11110011 | 10101111 | 11101 | 0 | 11100 | 101 | 1111011 | 1001011 | 1010001 |
Color Harmonies of #ACF3AF
Complementary color
Monochromatic Colors of #ACF3AF
Black with #ACF3AF
Text Example
Text Example
White with #ACF3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF3AF; }
p { color: rgb(172,243,175); }
H1.HeaderClassName
{
color: #ACF3AF;
}
.AnyTagClassName
{
color: #ACF3AF;
}
</style>
background-color css
<style>
a { background-color: #ACF3AF; }
a { background-color: rgb(172,243,175); }
div.DivClassName
{
background-color: #ACF3AF;
}
.BgClassName
{
background-color: #ACF3AF;
}
</style>
border-color css
<style>
span { border-color: #ACF3AF; }
span { border-color: rgb(172,243,175); }
td.TdClassName
{
border-color: #ACF3AF;
}
.TagClassName
{
border-color: #ACF3AF;
}
</style>