Shades of Sea Green #24994D
Tints of Sea Green #24994D
RGB
CMYK
RGB Variations
Color information
#24994D (or 0x24994D) is known color: Sea Green. HEX triplet: 24, 99 and 4D. RGB value is (36,153,77). Sum of RGB (Red+Green+Blue) = 36+153+77=266 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.53% from 266); Green value is 153 (60.16% from 255 or 57.52% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 153 - color contains mainly: green. Hex color #24994D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24994D is #DB66B2. Grayscale: #6D6D6D. Windows color (decimal): -14378675 or 5085476. OLE color: 5085476.
HSL color Cylindrical-coordinate representation of color #24994D: hue angle of 141.03º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #24994D is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 153 | 77 | - |
| CMYK | 0.76 | 0 | 0.50 | 0.4 |
| HSL | 141.03º | 0.62% | 0.37% | - |
| HSV(B) | 141.03º | 0.76% | 0.6% | - |
| XYZ | 13.46 | 23.69 | 10.89 | - |
| YUV | 109.35 | 109.74 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 153 | 77 | 0.76 | 0 | 0.50 | 0.4 | 141.03 | 0.62 | 0.37 |
| Hex | 24 | 99 | 4D | 4C | 0 | 32 | 28 | 8D | 3E | 25 |
| Octal | 44 | 231 | 115 | 114 | 0 | 62 | 50 | 215 | 76 | 45 |
| Binary | 100100 | 10011001 | 1001101 | 1001100 | 0 | 110010 | 101000 | 10001101 | 111110 | 100101 |
Color Harmonies of #24994D
Complementary color
Monochromatic Colors of #24994D
Black with #24994D
Text Example
Text Example
White with #24994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24994D; }
p { color: rgb(36,153,77); }
H1.HeaderClassName
{
color: #24994D;
}
.AnyTagClassName
{
color: #24994D;
}
</style>
background-color css
<style>
a { background-color: #24994D; }
a { background-color: rgb(36,153,77); }
div.DivClassName
{
background-color: #24994D;
}
.BgClassName
{
background-color: #24994D;
}
</style>
border-color css
<style>
span { border-color: #24994D; }
span { border-color: rgb(36,153,77); }
td.TdClassName
{
border-color: #24994D;
}
.TagClassName
{
border-color: #24994D;
}
</style>