Shades of Dark Sea Green #99C399
Tints of Dark Sea Green #99C399
RGB
CMYK
RGB Variations
Color information
#99C399 (or 0x99C399) is known color: Dark Sea Green. HEX triplet: 99, C3 and 99. RGB value is (153,195,153). Sum of RGB (Red+Green+Blue) = 153+195+153=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 195 - color contains mainly: green. Hex color #99C399 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C399 is #663C66. Grayscale: #B1B1B1. Windows color (decimal): -6700135 or 10077081. OLE color: 10077081.
HSL color Cylindrical-coordinate representation of color #99C399: hue angle of 120º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99C399 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 195 | 153 | - |
| CMYK | 0.22 | 0 | 0.22 | 0.24 |
| HSL | 120º | 0.26% | 0.68% | - |
| HSV(B) | 120º | 0.22% | 0.76% | - |
| XYZ | 38.4 | 48.1 | 37.4 | - |
| YUV | 177.65 | 114.09 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 195 | 153 | 0.22 | 0 | 0.22 | 0.24 | 120 | 0.26 | 0.68 |
| Hex | 99 | C3 | 99 | 16 | 0 | 16 | 18 | 78 | 1A | 44 |
| Octal | 231 | 303 | 231 | 26 | 0 | 26 | 30 | 170 | 32 | 104 |
| Binary | 10011001 | 11000011 | 10011001 | 10110 | 0 | 10110 | 11000 | 1111000 | 11010 | 1000100 |
Color Harmonies of #99C399
Complementary color
Monochromatic Colors of #99C399
Black with #99C399
Text Example
Text Example
White with #99C399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C399; }
p { color: rgb(153,195,153); }
H1.HeaderClassName
{
color: #99C399;
}
.AnyTagClassName
{
color: #99C399;
}
</style>
background-color css
<style>
a { background-color: #99C399; }
a { background-color: rgb(153,195,153); }
div.DivClassName
{
background-color: #99C399;
}
.BgClassName
{
background-color: #99C399;
}
</style>
border-color css
<style>
span { border-color: #99C399; }
span { border-color: rgb(153,195,153); }
td.TdClassName
{
border-color: #99C399;
}
.TagClassName
{
border-color: #99C399;
}
</style>