Shades of Ocean Green #5AA26F
Tints of Ocean Green #5AA26F
RGB
CMYK
RGB Variations
Color information
#5AA26F (or 0x5AA26F) is known color: Ocean Green. HEX triplet: 5A, A2 and 6F. RGB value is (90,162,111). Sum of RGB (Red+Green+Blue) = 90+162+111=363 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.79% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 162 - color contains mainly: green. Hex color #5AA26F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA26F is #A55D90. Grayscale: #868686. Windows color (decimal): -10837393 or 7316058. OLE color: 7316058.
HSL color Cylindrical-coordinate representation of color #5AA26F: hue angle of 137.5º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5AA26F is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 90 | 162 | 111 | - |
| CMYK | 0.44 | 0 | 0.31 | 0.36 |
| HSL | 137.5º | 0.29% | 0.49% | - |
| HSV(B) | 137.5º | 0.44% | 0.64% | - |
| XYZ | 20.01 | 29.16 | 19.61 | - |
| YUV | 134.66 | 114.65 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 162 | 111 | 0.44 | 0 | 0.31 | 0.36 | 137.5 | 0.29 | 0.49 |
| Hex | 5A | A2 | 6F | 2C | 0 | 1F | 24 | 8A | 1D | 31 |
| Octal | 132 | 242 | 157 | 54 | 0 | 37 | 44 | 212 | 35 | 61 |
| Binary | 1011010 | 10100010 | 1101111 | 101100 | 0 | 11111 | 100100 | 10001010 | 11101 | 110001 |
Color Harmonies of #5AA26F
Complementary color
Monochromatic Colors of #5AA26F
Black with #5AA26F
Text Example
Text Example
White with #5AA26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA26F; }
p { color: rgb(90,162,111); }
H1.HeaderClassName
{
color: #5AA26F;
}
.AnyTagClassName
{
color: #5AA26F;
}
</style>
background-color css
<style>
a { background-color: #5AA26F; }
a { background-color: rgb(90,162,111); }
div.DivClassName
{
background-color: #5AA26F;
}
.BgClassName
{
background-color: #5AA26F;
}
</style>
border-color css
<style>
span { border-color: #5AA26F; }
span { border-color: rgb(90,162,111); }
td.TdClassName
{
border-color: #5AA26F;
}
.TagClassName
{
border-color: #5AA26F;
}
</style>