Shades of Celadon #9FEBA3
Tints of Celadon #9FEBA3
RGB
CMYK
RGB Variations
Color information
#9FEBA3 (or 0x9FEBA3) is known color: Celadon. HEX triplet: 9F, EB and A3. RGB value is (159,235,163). Sum of RGB (Red+Green+Blue) = 159+235+163=557 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.55% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 163 (64.06% from 255 or 29.26% from 557); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEBA3 is #60145C. Grayscale: #CCCCCC. Windows color (decimal): -6296669 or 10742687. OLE color: 10742687.
HSL color Cylindrical-coordinate representation of color #9FEBA3: hue angle of 123.16º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FEBA3 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 235 | 163 | - |
| CMYK | 0.32 | 0 | 0.31 | 0.08 |
| HSL | 123.16º | 0.66% | 0.77% | - |
| HSV(B) | 123.16º | 0.32% | 0.92% | - |
| XYZ | 50.62 | 69.43 | 45.38 | - |
| YUV | 204.07 | 104.82 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 235 | 163 | 0.32 | 0 | 0.31 | 0.08 | 123.16 | 0.66 | 0.77 |
| Hex | 9F | EB | A3 | 20 | 0 | 1F | 8 | 7B | 42 | 4D |
| Octal | 237 | 353 | 243 | 40 | 0 | 37 | 10 | 173 | 102 | 115 |
| Binary | 10011111 | 11101011 | 10100011 | 100000 | 0 | 11111 | 1000 | 1111011 | 1000010 | 1001101 |
Color Harmonies of #9FEBA3
Complementary color
Monochromatic Colors of #9FEBA3
Black with #9FEBA3
Text Example
Text Example
White with #9FEBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEBA3; }
p { color: rgb(159,235,163); }
H1.HeaderClassName
{
color: #9FEBA3;
}
.AnyTagClassName
{
color: #9FEBA3;
}
</style>
background-color css
<style>
a { background-color: #9FEBA3; }
a { background-color: rgb(159,235,163); }
div.DivClassName
{
background-color: #9FEBA3;
}
.BgClassName
{
background-color: #9FEBA3;
}
</style>
border-color css
<style>
span { border-color: #9FEBA3; }
span { border-color: rgb(159,235,163); }
td.TdClassName
{
border-color: #9FEBA3;
}
.TagClassName
{
border-color: #9FEBA3;
}
</style>