Shades of Ocean Green #4BA16A
Tints of Ocean Green #4BA16A
RGB
CMYK
RGB Variations
Color information
#4BA16A (or 0x4BA16A) is known color: Ocean Green. HEX triplet: 4B, A1 and 6A. RGB value is (75,161,106). Sum of RGB (Red+Green+Blue) = 75+161+106=342 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.93% from 342); Green value is 161 (63.28% from 255 or 47.08% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 161 - color contains mainly: green. Hex color #4BA16A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA16A is #B45E95. Grayscale: #818181. Windows color (decimal): -11820694 or 6988107. OLE color: 6988107.
HSL color Cylindrical-coordinate representation of color #4BA16A: hue angle of 141.63º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4BA16A is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 75 | 161 | 106 | - |
| CMYK | 0.53 | 0 | 0.34 | 0.37 |
| HSL | 141.63º | 0.36% | 0.46% | - |
| HSV(B) | 141.63º | 0.53% | 0.63% | - |
| XYZ | 18.25 | 28.03 | 18.08 | - |
| YUV | 129.02 | 115.01 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 161 | 106 | 0.53 | 0 | 0.34 | 0.37 | 141.63 | 0.36 | 0.46 |
| Hex | 4B | A1 | 6A | 35 | 0 | 22 | 25 | 8E | 24 | 2E |
| Octal | 113 | 241 | 152 | 65 | 0 | 42 | 45 | 216 | 44 | 56 |
| Binary | 1001011 | 10100001 | 1101010 | 110101 | 0 | 100010 | 100101 | 10001110 | 100100 | 101110 |
Color Harmonies of #4BA16A
Complementary color
Monochromatic Colors of #4BA16A
Black with #4BA16A
Text Example
Text Example
White with #4BA16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA16A; }
p { color: rgb(75,161,106); }
H1.HeaderClassName
{
color: #4BA16A;
}
.AnyTagClassName
{
color: #4BA16A;
}
</style>
background-color css
<style>
a { background-color: #4BA16A; }
a { background-color: rgb(75,161,106); }
div.DivClassName
{
background-color: #4BA16A;
}
.BgClassName
{
background-color: #4BA16A;
}
</style>
border-color css
<style>
span { border-color: #4BA16A; }
span { border-color: rgb(75,161,106); }
td.TdClassName
{
border-color: #4BA16A;
}
.TagClassName
{
border-color: #4BA16A;
}
</style>