Shades of Celadon #ACFFB0
Tints of Celadon #ACFFB0
RGB
CMYK
RGB Variations
Color information
#ACFFB0 (or 0xACFFB0) is known color: Celadon. HEX triplet: AC, FF and B0. RGB value is (172,255,176). Sum of RGB (Red+Green+Blue) = 172+255+176=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 176 (69.14% from 255 or 29.19% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFFB0 is #53004F. Grayscale: #DDDDDD. Windows color (decimal): -5439568 or 11599788. OLE color: 11599788.
HSL color Cylindrical-coordinate representation of color #ACFFB0: hue angle of 122.89º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFFB0 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
RGB | 172 | 255 | 176 | - |
CMYK | 0.33 | 0 | 0.31 | 0 |
HSL | 122.89º | 1% | 0.84% | - |
HSV(B) | 122.89º | 0.33% | 1% | - |
XYZ | 60.61 | 83.43 | 53.98 | - |
YUV | 221.18 | 102.5 | 92.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 255 | 176 | 0.33 | 0 | 0.31 | 0 | 122.89 | 1 | 0.84 |
Hex | AC | FF | B0 | 21 | 0 | 1F | 0 | 7B | 64 | 54 |
Octal | 254 | 377 | 260 | 41 | 0 | 37 | 0 | 173 | 144 | 124 |
Binary | 10101100 | 11111111 | 10110000 | 100001 | 0 | 11111 | 0 | 1111011 | 1100100 | 1010100 |
Color Harmonies of #ACFFB0
Complementary color
Monochromatic Colors of #ACFFB0
Black with #ACFFB0
Text Example
Text Example
White with #ACFFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFFB0; }
p { color: rgb(172,255,176); }
H1.HeaderClassName
{
color: #ACFFB0;
}
.AnyTagClassName
{
color: #ACFFB0;
}
</style>
background-color css
<style>
a { background-color: #ACFFB0; }
a { background-color: rgb(172,255,176); }
div.DivClassName
{
background-color: #ACFFB0;
}
.BgClassName
{
background-color: #ACFFB0;
}
</style>
border-color css
<style>
span { border-color: #ACFFB0; }
span { border-color: rgb(172,255,176); }
td.TdClassName
{
border-color: #ACFFB0;
}
.TagClassName
{
border-color: #ACFFB0;
}
</style>