Shades of Sea Green #18965A
Tints of Sea Green #18965A
RGB
CMYK
RGB Variations
Color information
#18965A (or 0x18965A) is known color: Sea Green. HEX triplet: 18, 96 and 5A. RGB value is (24,150,90). Sum of RGB (Red+Green+Blue) = 24+150+90=264 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.09% from 264); Green value is 150 (58.98% from 255 or 56.82% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 150 - color contains mainly: green. Hex color #18965A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18965A is #E769A5. Grayscale: #696969. Windows color (decimal): -15165862 or 5936664. OLE color: 5936664.
HSL color Cylindrical-coordinate representation of color #18965A: hue angle of 151.43º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18965A is Cyan = 0.84, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 24 | 150 | 90 | - |
| CMYK | 0.84 | 0 | 0.4 | 0.41 |
| HSL | 151.43º | 0.72% | 0.34% | - |
| HSV(B) | 151.43º | 0.84% | 0.59% | - |
| XYZ | 13.13 | 22.75 | 13.37 | - |
| YUV | 105.49 | 119.26 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 150 | 90 | 0.84 | 0 | 0.4 | 0.41 | 151.43 | 0.72 | 0.34 |
| Hex | 18 | 96 | 5A | 54 | 0 | 28 | 29 | 97 | 48 | 22 |
| Octal | 30 | 226 | 132 | 124 | 0 | 50 | 51 | 227 | 110 | 42 |
| Binary | 11000 | 10010110 | 1011010 | 1010100 | 0 | 101000 | 101001 | 10010111 | 1001000 | 100010 |
Color Harmonies of #18965A
Complementary color
Monochromatic Colors of #18965A
Black with #18965A
Text Example
Text Example
White with #18965A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18965A; }
p { color: rgb(24,150,90); }
H1.HeaderClassName
{
color: #18965A;
}
.AnyTagClassName
{
color: #18965A;
}
</style>
background-color css
<style>
a { background-color: #18965A; }
a { background-color: rgb(24,150,90); }
div.DivClassName
{
background-color: #18965A;
}
.BgClassName
{
background-color: #18965A;
}
</style>
border-color css
<style>
span { border-color: #18965A; }
span { border-color: rgb(24,150,90); }
td.TdClassName
{
border-color: #18965A;
}
.TagClassName
{
border-color: #18965A;
}
</style>