Shades of Celadon #9BEDA9
Tints of Celadon #9BEDA9
RGB
CMYK
RGB Variations
Color information
#9BEDA9 (or 0x9BEDA9) is known color: Celadon. HEX triplet: 9B, ED and A9. RGB value is (155,237,169). Sum of RGB (Red+Green+Blue) = 155+237+169=561 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.63% from 561); Green value is 237 (92.97% from 255 or 42.25% from 561); Blue value is 169 (66.41% from 255 or 30.12% from 561); Max value from RGB is 237 - color contains mainly: green. Hex color #9BEDA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEDA9 is #641256. Grayscale: #CCCCCC. Windows color (decimal): -6558295 or 11136411. OLE color: 11136411.
HSL color Cylindrical-coordinate representation of color #9BEDA9: hue angle of 130.24º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEDA9 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 237 | 169 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.07 |
| HSL | 130.24º | 0.69% | 0.77% | - |
| HSV(B) | 130.24º | 0.35% | 0.93% | - |
| XYZ | 50.96 | 70.4 | 48.44 | - |
| YUV | 204.73 | 107.83 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 237 | 169 | 0.35 | 0 | 0.29 | 0.07 | 130.24 | 0.69 | 0.77 |
| Hex | 9B | ED | A9 | 23 | 0 | 1D | 7 | 82 | 45 | 4D |
| Octal | 233 | 355 | 251 | 43 | 0 | 35 | 7 | 202 | 105 | 115 |
| Binary | 10011011 | 11101101 | 10101001 | 100011 | 0 | 11101 | 111 | 10000010 | 1000101 | 1001101 |
Color Harmonies of #9BEDA9
Complementary color
Monochromatic Colors of #9BEDA9
Black with #9BEDA9
Text Example
Text Example
White with #9BEDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEDA9; }
p { color: rgb(155,237,169); }
H1.HeaderClassName
{
color: #9BEDA9;
}
.AnyTagClassName
{
color: #9BEDA9;
}
</style>
background-color css
<style>
a { background-color: #9BEDA9; }
a { background-color: rgb(155,237,169); }
div.DivClassName
{
background-color: #9BEDA9;
}
.BgClassName
{
background-color: #9BEDA9;
}
</style>
border-color css
<style>
span { border-color: #9BEDA9; }
span { border-color: rgb(155,237,169); }
td.TdClassName
{
border-color: #9BEDA9;
}
.TagClassName
{
border-color: #9BEDA9;
}
</style>