Shades of Sea Green #24994C
Tints of Sea Green #24994C
RGB
CMYK
RGB Variations
Color information
#24994C (or 0x24994C) is known color: Sea Green. HEX triplet: 24, 99 and 4C. RGB value is (36,153,76). Sum of RGB (Red+Green+Blue) = 36+153+76=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 153 (60.16% from 255 or 57.74% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 153 - color contains mainly: green. Hex color #24994C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #24994C is #DB66B3. Grayscale: #6D6D6D. Windows color (decimal): -14378676 or 5019940. OLE color: 5019940.
HSL color Cylindrical-coordinate representation of color #24994C: hue angle of 140.51º 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 #24994C is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 153 | 76 | - |
| CMYK | 0.76 | 0 | 0.50 | 0.4 |
| HSL | 140.51º | 0.62% | 0.37% | - |
| HSV(B) | 140.51º | 0.76% | 0.6% | - |
| XYZ | 13.42 | 23.68 | 10.7 | - |
| YUV | 109.24 | 109.24 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 153 | 76 | 0.76 | 0 | 0.50 | 0.4 | 140.51 | 0.62 | 0.37 |
| Hex | 24 | 99 | 4C | 4C | 0 | 32 | 28 | 8D | 3E | 25 |
| Octal | 44 | 231 | 114 | 114 | 0 | 62 | 50 | 215 | 76 | 45 |
| Binary | 100100 | 10011001 | 1001100 | 1001100 | 0 | 110010 | 101000 | 10001101 | 111110 | 100101 |
Color Harmonies of #24994C
Complementary color
Monochromatic Colors of #24994C
Black with #24994C
Text Example
Text Example
White with #24994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24994C; }
p { color: rgb(36,153,76); }
H1.HeaderClassName
{
color: #24994C;
}
.AnyTagClassName
{
color: #24994C;
}
</style>
background-color css
<style>
a { background-color: #24994C; }
a { background-color: rgb(36,153,76); }
div.DivClassName
{
background-color: #24994C;
}
.BgClassName
{
background-color: #24994C;
}
</style>
border-color css
<style>
span { border-color: #24994C; }
span { border-color: rgb(36,153,76); }
td.TdClassName
{
border-color: #24994C;
}
.TagClassName
{
border-color: #24994C;
}
</style>