Shades of Celadon #9FECA5
Tints of Celadon #9FECA5
RGB
CMYK
RGB Variations
Color information
#9FECA5 (or 0x9FECA5) is known color: Celadon. HEX triplet: 9F, EC and A5. RGB value is (159,236,165). Sum of RGB (Red+Green+Blue) = 159+236+165=560 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.39% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 165 (64.84% from 255 or 29.46% from 560); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FECA5 is #60135A. Grayscale: #CDCDCD. Windows color (decimal): -6296411 or 10874015. OLE color: 10874015.
HSL color Cylindrical-coordinate representation of color #9FECA5: hue angle of 124.68º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FECA5 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 236 | 165 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.07 |
| HSL | 124.68º | 0.67% | 0.77% | - |
| HSV(B) | 124.68º | 0.33% | 0.93% | - |
| XYZ | 51.09 | 70.08 | 46.43 | - |
| YUV | 204.88 | 105.49 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 165 | 0.33 | 0 | 0.30 | 0.07 | 124.68 | 0.67 | 0.77 |
| Hex | 9F | EC | A5 | 21 | 0 | 1E | 7 | 7D | 43 | 4D |
| Octal | 237 | 354 | 245 | 41 | 0 | 36 | 7 | 175 | 103 | 115 |
| Binary | 10011111 | 11101100 | 10100101 | 100001 | 0 | 11110 | 111 | 1111101 | 1000011 | 1001101 |
Color Harmonies of #9FECA5
Complementary color
Monochromatic Colors of #9FECA5
Black with #9FECA5
Text Example
Text Example
White with #9FECA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FECA5; }
p { color: rgb(159,236,165); }
H1.HeaderClassName
{
color: #9FECA5;
}
.AnyTagClassName
{
color: #9FECA5;
}
</style>
background-color css
<style>
a { background-color: #9FECA5; }
a { background-color: rgb(159,236,165); }
div.DivClassName
{
background-color: #9FECA5;
}
.BgClassName
{
background-color: #9FECA5;
}
</style>
border-color css
<style>
span { border-color: #9FECA5; }
span { border-color: rgb(159,236,165); }
td.TdClassName
{
border-color: #9FECA5;
}
.TagClassName
{
border-color: #9FECA5;
}
</style>