Shades of Celadon #ACFAAC
Tints of Celadon #ACFAAC
RGB
CMYK
RGB Variations
Color information
#ACFAAC (or 0xACFAAC) is known color: Celadon. HEX triplet: AC, FA and AC. RGB value is (172,250,172). Sum of RGB (Red+Green+Blue) = 172+250+172=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 250 (98.05% from 255 or 42.09% from 594); Blue value is 172 (67.58% from 255 or 28.96% from 594); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFAAC is #530553. Grayscale: #DADADA. Windows color (decimal): -5440852 or 11336364. OLE color: 11336364.
HSL color Cylindrical-coordinate representation of color #ACFAAC: hue angle of 120º degrees, saturation: 0.89, 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 #ACFAAC is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
RGB | 172 | 250 | 172 | - |
CMYK | 0.31 | 0 | 0.31 | 0.02 |
HSL | 120º | 0.89% | 0.83% | - |
HSV(B) | 120º | 0.31% | 0.98% | - |
XYZ | 58.65 | 80.12 | 51.4 | - |
YUV | 217.79 | 102.16 | 95.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 250 | 172 | 0.31 | 0 | 0.31 | 0.02 | 120 | 0.89 | 0.83 |
Hex | AC | FA | AC | 1F | 0 | 1F | 2 | 78 | 59 | 53 |
Octal | 254 | 372 | 254 | 37 | 0 | 37 | 2 | 170 | 131 | 123 |
Binary | 10101100 | 11111010 | 10101100 | 11111 | 0 | 11111 | 10 | 1111000 | 1011001 | 1010011 |
Color Harmonies of #ACFAAC
Complementary color
Monochromatic Colors of #ACFAAC
Black with #ACFAAC
Text Example
Text Example
White with #ACFAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFAAC; }
p { color: rgb(172,250,172); }
H1.HeaderClassName
{
color: #ACFAAC;
}
.AnyTagClassName
{
color: #ACFAAC;
}
</style>
background-color css
<style>
a { background-color: #ACFAAC; }
a { background-color: rgb(172,250,172); }
div.DivClassName
{
background-color: #ACFAAC;
}
.BgClassName
{
background-color: #ACFAAC;
}
</style>
border-color css
<style>
span { border-color: #ACFAAC; }
span { border-color: rgb(172,250,172); }
td.TdClassName
{
border-color: #ACFAAC;
}
.TagClassName
{
border-color: #ACFAAC;
}
</style>