Shades of Dark Sea Green #94BF90
Tints of Dark Sea Green #94BF90
RGB
CMYK
RGB Variations
Color information
#94BF90 (or 0x94BF90) is known color: Dark Sea Green. HEX triplet: 94, BF and 90. RGB value is (148,191,144). Sum of RGB (Red+Green+Blue) = 148+191+144=483 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.64% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 191 - color contains mainly: green. Hex color #94BF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BF90 is #6B406F. Grayscale: #ACACAC. Windows color (decimal): -7028848 or 9486228. OLE color: 9486228.
HSL color Cylindrical-coordinate representation of color #94BF90: hue angle of 114.89º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94BF90 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 191 | 144 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.25 |
| HSL | 114.89º | 0.27% | 0.66% | - |
| HSV(B) | 114.89º | 0.25% | 0.75% | - |
| XYZ | 35.88 | 45.57 | 33.29 | - |
| YUV | 172.79 | 111.75 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 191 | 144 | 0.23 | 0 | 0.25 | 0.25 | 114.89 | 0.27 | 0.66 |
| Hex | 94 | BF | 90 | 17 | 0 | 19 | 19 | 73 | 1B | 42 |
| Octal | 224 | 277 | 220 | 27 | 0 | 31 | 31 | 163 | 33 | 102 |
| Binary | 10010100 | 10111111 | 10010000 | 10111 | 0 | 11001 | 11001 | 1110011 | 11011 | 1000010 |
Color Harmonies of #94BF90
Complementary color
Monochromatic Colors of #94BF90
Black with #94BF90
Text Example
Text Example
White with #94BF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BF90; }
p { color: rgb(148,191,144); }
H1.HeaderClassName
{
color: #94BF90;
}
.AnyTagClassName
{
color: #94BF90;
}
</style>
background-color css
<style>
a { background-color: #94BF90; }
a { background-color: rgb(148,191,144); }
div.DivClassName
{
background-color: #94BF90;
}
.BgClassName
{
background-color: #94BF90;
}
</style>
border-color css
<style>
span { border-color: #94BF90; }
span { border-color: rgb(148,191,144); }
td.TdClassName
{
border-color: #94BF90;
}
.TagClassName
{
border-color: #94BF90;
}
</style>