Shades of Celadon #9CF2AC
Tints of Celadon #9CF2AC
RGB
CMYK
RGB Variations
Color information
#9CF2AC (or 0x9CF2AC) is known color: Celadon. HEX triplet: 9C, F2 and AC. RGB value is (156,242,172). Sum of RGB (Red+Green+Blue) = 156+242+172=570 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.37% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 242 - color contains mainly: green. Hex color #9CF2AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CF2AC is #630D53. Grayscale: #D0D0D0. Windows color (decimal): -6491476 or 11334300. OLE color: 11334300.
HSL color Cylindrical-coordinate representation of color #9CF2AC: hue angle of 131.16º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CF2AC is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 242 | 172 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.05 |
| HSL | 131.16º | 0.77% | 0.78% | - |
| HSV(B) | 131.16º | 0.36% | 0.95% | - |
| XYZ | 52.91 | 73.55 | 50.44 | - |
| YUV | 208.31 | 107.51 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 242 | 172 | 0.36 | 0 | 0.29 | 0.05 | 131.16 | 0.77 | 0.78 |
| Hex | 9C | F2 | AC | 24 | 0 | 1D | 5 | 83 | 4D | 4E |
| Octal | 234 | 362 | 254 | 44 | 0 | 35 | 5 | 203 | 115 | 116 |
| Binary | 10011100 | 11110010 | 10101100 | 100100 | 0 | 11101 | 101 | 10000011 | 1001101 | 1001110 |
Color Harmonies of #9CF2AC
Complementary color
Monochromatic Colors of #9CF2AC
Black with #9CF2AC
Text Example
Text Example
White with #9CF2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF2AC; }
p { color: rgb(156,242,172); }
H1.HeaderClassName
{
color: #9CF2AC;
}
.AnyTagClassName
{
color: #9CF2AC;
}
</style>
background-color css
<style>
a { background-color: #9CF2AC; }
a { background-color: rgb(156,242,172); }
div.DivClassName
{
background-color: #9CF2AC;
}
.BgClassName
{
background-color: #9CF2AC;
}
</style>
border-color css
<style>
span { border-color: #9CF2AC; }
span { border-color: rgb(156,242,172); }
td.TdClassName
{
border-color: #9CF2AC;
}
.TagClassName
{
border-color: #9CF2AC;
}
</style>