Shades of Dark Sea Green #8FC28A
Tints of Dark Sea Green #8FC28A
RGB
CMYK
RGB Variations
Color information
#8FC28A (or 0x8FC28A) is known color: Dark Sea Green. HEX triplet: 8F, C2 and 8A. RGB value is (143,194,138). Sum of RGB (Red+Green+Blue) = 143+194+138=475 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.11% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 194 - color contains mainly: green. Hex color #8FC28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC28A is #703D75. Grayscale: #ACACAC. Windows color (decimal): -7355766 or 9093775. OLE color: 9093775.
HSL color Cylindrical-coordinate representation of color #8FC28A: hue angle of 114.64º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FC28A is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 194 | 138 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.24 |
| HSL | 114.64º | 0.31% | 0.65% | - |
| HSV(B) | 114.64º | 0.29% | 0.76% | - |
| XYZ | 35.21 | 46.26 | 31.12 | - |
| YUV | 172.37 | 108.6 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 194 | 138 | 0.26 | 0 | 0.29 | 0.24 | 114.64 | 0.31 | 0.65 |
| Hex | 8F | C2 | 8A | 1A | 0 | 1D | 18 | 73 | 1F | 41 |
| Octal | 217 | 302 | 212 | 32 | 0 | 35 | 30 | 163 | 37 | 101 |
| Binary | 10001111 | 11000010 | 10001010 | 11010 | 0 | 11101 | 11000 | 1110011 | 11111 | 1000001 |
Color Harmonies of #8FC28A
Complementary color
Monochromatic Colors of #8FC28A
Black with #8FC28A
Text Example
Text Example
White with #8FC28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC28A; }
p { color: rgb(143,194,138); }
H1.HeaderClassName
{
color: #8FC28A;
}
.AnyTagClassName
{
color: #8FC28A;
}
</style>
background-color css
<style>
a { background-color: #8FC28A; }
a { background-color: rgb(143,194,138); }
div.DivClassName
{
background-color: #8FC28A;
}
.BgClassName
{
background-color: #8FC28A;
}
</style>
border-color css
<style>
span { border-color: #8FC28A; }
span { border-color: rgb(143,194,138); }
td.TdClassName
{
border-color: #8FC28A;
}
.TagClassName
{
border-color: #8FC28A;
}
</style>