Shades of Celadon #9FEFAE
Tints of Celadon #9FEFAE
RGB
CMYK
RGB Variations
Color information
#9FEFAE (or 0x9FEFAE) is known color: Celadon. HEX triplet: 9F, EF and AE. RGB value is (159,239,174). Sum of RGB (Red+Green+Blue) = 159+239+174=572 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.80% from 572); Green value is 239 (93.75% from 255 or 41.78% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEFAE is #601051. Grayscale: #CFCFCF. Windows color (decimal): -6295634 or 11464607. OLE color: 11464607.
HSL color Cylindrical-coordinate representation of color #9FEFAE: hue angle of 131.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEFAE is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 239 | 174 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.06 |
| HSL | 131.25º | 0.71% | 0.78% | - |
| HSV(B) | 131.25º | 0.33% | 0.94% | - |
| XYZ | 52.8 | 72.16 | 51.19 | - |
| YUV | 207.67 | 109 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 239 | 174 | 0.33 | 0 | 0.27 | 0.06 | 131.25 | 0.71 | 0.78 |
| Hex | 9F | EF | AE | 21 | 0 | 1B | 6 | 83 | 47 | 4E |
| Octal | 237 | 357 | 256 | 41 | 0 | 33 | 6 | 203 | 107 | 116 |
| Binary | 10011111 | 11101111 | 10101110 | 100001 | 0 | 11011 | 110 | 10000011 | 1000111 | 1001110 |
Color Harmonies of #9FEFAE
Complementary color
Monochromatic Colors of #9FEFAE
Black with #9FEFAE
Text Example
Text Example
White with #9FEFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEFAE; }
p { color: rgb(159,239,174); }
H1.HeaderClassName
{
color: #9FEFAE;
}
.AnyTagClassName
{
color: #9FEFAE;
}
</style>
background-color css
<style>
a { background-color: #9FEFAE; }
a { background-color: rgb(159,239,174); }
div.DivClassName
{
background-color: #9FEFAE;
}
.BgClassName
{
background-color: #9FEFAE;
}
</style>
border-color css
<style>
span { border-color: #9FEFAE; }
span { border-color: rgb(159,239,174); }
td.TdClassName
{
border-color: #9FEFAE;
}
.TagClassName
{
border-color: #9FEFAE;
}
</style>