Shades of Ocean Green #5A9D6E
Tints of Ocean Green #5A9D6E
RGB
CMYK
RGB Variations
Color information
#5A9D6E (or 0x5A9D6E) is known color: Ocean Green. HEX triplet: 5A, 9D and 6E. RGB value is (90,157,110). Sum of RGB (Red+Green+Blue) = 90+157+110=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 157 (61.72% from 255 or 43.98% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 157 - color contains mainly: green. Hex color #5A9D6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9D6E is #A56291. Grayscale: #838383. Windows color (decimal): -10838674 or 7249242. OLE color: 7249242.
HSL color Cylindrical-coordinate representation of color #5A9D6E: hue angle of 137.91º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A9D6E is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 157 | 110 | - |
| CMYK | 0.43 | 0 | 0.30 | 0.38 |
| HSL | 137.91º | 0.27% | 0.48% | - |
| HSV(B) | 137.91º | 0.43% | 0.62% | - |
| XYZ | 19.09 | 27.41 | 19.04 | - |
| YUV | 131.61 | 115.8 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 157 | 110 | 0.43 | 0 | 0.30 | 0.38 | 137.91 | 0.27 | 0.48 |
| Hex | 5A | 9D | 6E | 2B | 0 | 1E | 26 | 8A | 1B | 30 |
| Octal | 132 | 235 | 156 | 53 | 0 | 36 | 46 | 212 | 33 | 60 |
| Binary | 1011010 | 10011101 | 1101110 | 101011 | 0 | 11110 | 100110 | 10001010 | 11011 | 110000 |
Color Harmonies of #5A9D6E
Complementary color
Monochromatic Colors of #5A9D6E
Black with #5A9D6E
Text Example
Text Example
White with #5A9D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9D6E; }
p { color: rgb(90,157,110); }
H1.HeaderClassName
{
color: #5A9D6E;
}
.AnyTagClassName
{
color: #5A9D6E;
}
</style>
background-color css
<style>
a { background-color: #5A9D6E; }
a { background-color: rgb(90,157,110); }
div.DivClassName
{
background-color: #5A9D6E;
}
.BgClassName
{
background-color: #5A9D6E;
}
</style>
border-color css
<style>
span { border-color: #5A9D6E; }
span { border-color: rgb(90,157,110); }
td.TdClassName
{
border-color: #5A9D6E;
}
.TagClassName
{
border-color: #5A9D6E;
}
</style>