Shades of Celadon #ACFBAB
Tints of Celadon #ACFBAB
RGB
CMYK
RGB Variations
Color information
#ACFBAB (or 0xACFBAB) is known color: Celadon. HEX triplet: AC, FB and AB. RGB value is (172,251,171). Sum of RGB (Red+Green+Blue) = 172+251+171=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 251 (98.44% from 255 or 42.26% from 594); Blue value is 171 (67.19% from 255 or 28.79% from 594); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFBAB is #530454. Grayscale: #DADADA. Windows color (decimal): -5440597 or 11271084. OLE color: 11271084.
HSL color Cylindrical-coordinate representation of color #ACFBAB: hue angle of 119.25º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFBAB is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 251 | 171 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.02 |
| HSL | 119.25º | 0.91% | 0.83% | - |
| HSV(B) | 119.25º | 0.32% | 0.98% | - |
| XYZ | 58.86 | 80.71 | 51 | - |
| YUV | 218.26 | 101.33 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 251 | 171 | 0.31 | 0 | 0.32 | 0.02 | 119.25 | 0.91 | 0.83 |
| Hex | AC | FB | AB | 1F | 0 | 20 | 2 | 77 | 5B | 53 |
| Octal | 254 | 373 | 253 | 37 | 0 | 40 | 2 | 167 | 133 | 123 |
| Binary | 10101100 | 11111011 | 10101011 | 11111 | 0 | 100000 | 10 | 1110111 | 1011011 | 1010011 |
Color Harmonies of #ACFBAB
Complementary color
Monochromatic Colors of #ACFBAB
Black with #ACFBAB
Text Example
Text Example
White with #ACFBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFBAB; }
p { color: rgb(172,251,171); }
H1.HeaderClassName
{
color: #ACFBAB;
}
.AnyTagClassName
{
color: #ACFBAB;
}
</style>
background-color css
<style>
a { background-color: #ACFBAB; }
a { background-color: rgb(172,251,171); }
div.DivClassName
{
background-color: #ACFBAB;
}
.BgClassName
{
background-color: #ACFBAB;
}
</style>
border-color css
<style>
span { border-color: #ACFBAB; }
span { border-color: rgb(172,251,171); }
td.TdClassName
{
border-color: #ACFBAB;
}
.TagClassName
{
border-color: #ACFBAB;
}
</style>