Shades of Celadon #9FE7A5
Tints of Celadon #9FE7A5
RGB
CMYK
RGB Variations
Color information
#9FE7A5 (or 0x9FE7A5) is known color: Celadon. HEX triplet: 9F, E7 and A5. RGB value is (159,231,165). Sum of RGB (Red+Green+Blue) = 159+231+165=555 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.65% from 555); Green value is 231 (90.62% from 255 or 41.62% from 555); Blue value is 165 (64.84% from 255 or 29.73% from 555); Max value from RGB is 231 - color contains mainly: green. Hex color #9FE7A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FE7A5 is #60185A. Grayscale: #CACACA. Windows color (decimal): -6297691 or 10872735. OLE color: 10872735.
HSL color Cylindrical-coordinate representation of color #9FE7A5: hue angle of 125º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE7A5 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 231 | 165 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.09 |
| HSL | 125º | 0.6% | 0.76% | - |
| HSV(B) | 125º | 0.31% | 0.91% | - |
| XYZ | 49.67 | 67.24 | 45.96 | - |
| YUV | 201.95 | 107.15 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 231 | 165 | 0.31 | 0 | 0.29 | 0.09 | 125 | 0.6 | 0.76 |
| Hex | 9F | E7 | A5 | 1F | 0 | 1D | 9 | 7D | 3C | 4C |
| Octal | 237 | 347 | 245 | 37 | 0 | 35 | 11 | 175 | 74 | 114 |
| Binary | 10011111 | 11100111 | 10100101 | 11111 | 0 | 11101 | 1001 | 1111101 | 111100 | 1001100 |
Color Harmonies of #9FE7A5
Complementary color
Monochromatic Colors of #9FE7A5
Black with #9FE7A5
Text Example
Text Example
White with #9FE7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE7A5; }
p { color: rgb(159,231,165); }
H1.HeaderClassName
{
color: #9FE7A5;
}
.AnyTagClassName
{
color: #9FE7A5;
}
</style>
background-color css
<style>
a { background-color: #9FE7A5; }
a { background-color: rgb(159,231,165); }
div.DivClassName
{
background-color: #9FE7A5;
}
.BgClassName
{
background-color: #9FE7A5;
}
</style>
border-color css
<style>
span { border-color: #9FE7A5; }
span { border-color: rgb(159,231,165); }
td.TdClassName
{
border-color: #9FE7A5;
}
.TagClassName
{
border-color: #9FE7A5;
}
</style>