Shades of Ocean Green #5AA16B
Tints of Ocean Green #5AA16B
RGB
CMYK
RGB Variations
Color information
#5AA16B (or 0x5AA16B) is known color: Ocean Green. HEX triplet: 5A, A1 and 6B. RGB value is (90,161,107). Sum of RGB (Red+Green+Blue) = 90+161+107=358 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.14% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 161 - color contains mainly: green. Hex color #5AA16B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA16B is #A55E94. Grayscale: #858585. Windows color (decimal): -10837653 or 7053658. OLE color: 7053658.
HSL color Cylindrical-coordinate representation of color #5AA16B: hue angle of 134.37º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5AA16B is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 90 | 161 | 107 | - |
| CMYK | 0.44 | 0 | 0.34 | 0.37 |
| HSL | 134.37º | 0.28% | 0.49% | - |
| HSV(B) | 134.37º | 0.44% | 0.63% | - |
| XYZ | 19.62 | 28.72 | 18.42 | - |
| YUV | 133.62 | 112.98 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 161 | 107 | 0.44 | 0 | 0.34 | 0.37 | 134.37 | 0.28 | 0.49 |
| Hex | 5A | A1 | 6B | 2C | 0 | 22 | 25 | 86 | 1C | 31 |
| Octal | 132 | 241 | 153 | 54 | 0 | 42 | 45 | 206 | 34 | 61 |
| Binary | 1011010 | 10100001 | 1101011 | 101100 | 0 | 100010 | 100101 | 10000110 | 11100 | 110001 |
Color Harmonies of #5AA16B
Complementary color
Monochromatic Colors of #5AA16B
Black with #5AA16B
Text Example
Text Example
White with #5AA16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA16B; }
p { color: rgb(90,161,107); }
H1.HeaderClassName
{
color: #5AA16B;
}
.AnyTagClassName
{
color: #5AA16B;
}
</style>
background-color css
<style>
a { background-color: #5AA16B; }
a { background-color: rgb(90,161,107); }
div.DivClassName
{
background-color: #5AA16B;
}
.BgClassName
{
background-color: #5AA16B;
}
</style>
border-color css
<style>
span { border-color: #5AA16B; }
span { border-color: rgb(90,161,107); }
td.TdClassName
{
border-color: #5AA16B;
}
.TagClassName
{
border-color: #5AA16B;
}
</style>