Shades of Celadon #9BF2AD
Tints of Celadon #9BF2AD
RGB
CMYK
RGB Variations
Color information
#9BF2AD (or 0x9BF2AD) is known color: Celadon. HEX triplet: 9B, F2 and AD. RGB value is (155,242,173). Sum of RGB (Red+Green+Blue) = 155+242+173=570 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.19% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF2AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF2AD is #640D52. Grayscale: #D0D0D0. Windows color (decimal): -6557011 or 11399835. OLE color: 11399835.
HSL color Cylindrical-coordinate representation of color #9BF2AD: hue angle of 132.41º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BF2AD is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 242 | 173 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.05 |
| HSL | 132.41º | 0.77% | 0.78% | - |
| HSV(B) | 132.41º | 0.36% | 0.95% | - |
| XYZ | 52.81 | 73.49 | 50.94 | - |
| YUV | 208.12 | 108.18 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 242 | 173 | 0.36 | 0 | 0.29 | 0.05 | 132.41 | 0.77 | 0.78 |
| Hex | 9B | F2 | AD | 24 | 0 | 1D | 5 | 84 | 4D | 4E |
| Octal | 233 | 362 | 255 | 44 | 0 | 35 | 5 | 204 | 115 | 116 |
| Binary | 10011011 | 11110010 | 10101101 | 100100 | 0 | 11101 | 101 | 10000100 | 1001101 | 1001110 |
Color Harmonies of #9BF2AD
Complementary color
Monochromatic Colors of #9BF2AD
Black with #9BF2AD
Text Example
Text Example
White with #9BF2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF2AD; }
p { color: rgb(155,242,173); }
H1.HeaderClassName
{
color: #9BF2AD;
}
.AnyTagClassName
{
color: #9BF2AD;
}
</style>
background-color css
<style>
a { background-color: #9BF2AD; }
a { background-color: rgb(155,242,173); }
div.DivClassName
{
background-color: #9BF2AD;
}
.BgClassName
{
background-color: #9BF2AD;
}
</style>
border-color css
<style>
span { border-color: #9BF2AD; }
span { border-color: rgb(155,242,173); }
td.TdClassName
{
border-color: #9BF2AD;
}
.TagClassName
{
border-color: #9BF2AD;
}
</style>