Shades of Celadon #ACFBAC
Tints of Celadon #ACFBAC
RGB
CMYK
RGB Variations
Color information
#ACFBAC (or 0xACFBAC) is known color: Celadon. HEX triplet: AC, FB and AC. RGB value is (172,251,172). Sum of RGB (Red+Green+Blue) = 172+251+172=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 251 (98.44% from 255 or 42.18% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFBAC is #530453. Grayscale: #DADADA. Windows color (decimal): -5440596 or 11336620. OLE color: 11336620.
HSL color Cylindrical-coordinate representation of color #ACFBAC: hue angle of 120º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFBAC is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
RGB | 172 | 251 | 172 | - |
CMYK | 0.31 | 0 | 0.31 | 0.02 |
HSL | 120º | 0.91% | 0.83% | - |
HSV(B) | 120º | 0.31% | 0.98% | - |
XYZ | 58.96 | 80.74 | 51.51 | - |
YUV | 218.37 | 101.83 | 94.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 251 | 172 | 0.31 | 0 | 0.31 | 0.02 | 120 | 0.91 | 0.83 |
Hex | AC | FB | AC | 1F | 0 | 1F | 2 | 78 | 5B | 53 |
Octal | 254 | 373 | 254 | 37 | 0 | 37 | 2 | 170 | 133 | 123 |
Binary | 10101100 | 11111011 | 10101100 | 11111 | 0 | 11111 | 10 | 1111000 | 1011011 | 1010011 |
Color Harmonies of #ACFBAC
Complementary color
Monochromatic Colors of #ACFBAC
Black with #ACFBAC
Text Example
Text Example
White with #ACFBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFBAC; }
p { color: rgb(172,251,172); }
H1.HeaderClassName
{
color: #ACFBAC;
}
.AnyTagClassName
{
color: #ACFBAC;
}
</style>
background-color css
<style>
a { background-color: #ACFBAC; }
a { background-color: rgb(172,251,172); }
div.DivClassName
{
background-color: #ACFBAC;
}
.BgClassName
{
background-color: #ACFBAC;
}
</style>
border-color css
<style>
span { border-color: #ACFBAC; }
span { border-color: rgb(172,251,172); }
td.TdClassName
{
border-color: #ACFBAC;
}
.TagClassName
{
border-color: #ACFBAC;
}
</style>