Shades of Dark Sea Green #9BC39C
Tints of Dark Sea Green #9BC39C
RGB
CMYK
RGB Variations
Color information
#9BC39C (or 0x9BC39C) is known color: Dark Sea Green. HEX triplet: 9B, C3 and 9C. RGB value is (155,195,156). Sum of RGB (Red+Green+Blue) = 155+195+156=506 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.63% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC39C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC39C is #643C63. Grayscale: #B2B2B2. Windows color (decimal): -6569060 or 10273691. OLE color: 10273691.
HSL color Cylindrical-coordinate representation of color #9BC39C: hue angle of 121.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BC39C is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 195 | 156 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.24 |
| HSL | 121.5º | 0.25% | 0.69% | - |
| HSV(B) | 121.5º | 0.21% | 0.76% | - |
| XYZ | 39.03 | 48.4 | 38.74 | - |
| YUV | 178.59 | 115.25 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 195 | 156 | 0.21 | 0 | 0.20 | 0.24 | 121.5 | 0.25 | 0.69 |
| Hex | 9B | C3 | 9C | 15 | 0 | 14 | 18 | 7A | 19 | 45 |
| Octal | 233 | 303 | 234 | 25 | 0 | 24 | 30 | 172 | 31 | 105 |
| Binary | 10011011 | 11000011 | 10011100 | 10101 | 0 | 10100 | 11000 | 1111010 | 11001 | 1000101 |
Color Harmonies of #9BC39C
Complementary color
Monochromatic Colors of #9BC39C
Black with #9BC39C
Text Example
Text Example
White with #9BC39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC39C; }
p { color: rgb(155,195,156); }
H1.HeaderClassName
{
color: #9BC39C;
}
.AnyTagClassName
{
color: #9BC39C;
}
</style>
background-color css
<style>
a { background-color: #9BC39C; }
a { background-color: rgb(155,195,156); }
div.DivClassName
{
background-color: #9BC39C;
}
.BgClassName
{
background-color: #9BC39C;
}
</style>
border-color css
<style>
span { border-color: #9BC39C; }
span { border-color: rgb(155,195,156); }
td.TdClassName
{
border-color: #9BC39C;
}
.TagClassName
{
border-color: #9BC39C;
}
</style>