Shades of Ocean Green #4AB66B
Tints of Ocean Green #4AB66B
RGB
CMYK
RGB Variations
Color information
#4AB66B (or 0x4AB66B) is known color: Ocean Green. HEX triplet: 4A, B6 and 6B. RGB value is (74,182,107). Sum of RGB (Red+Green+Blue) = 74+182+107=363 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.39% from 363); Green value is 182 (71.48% from 255 or 50.14% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB66B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB66B is #B54994. Grayscale: #8D8D8D. Windows color (decimal): -11880853 or 7059018. OLE color: 7059018.
HSL color Cylindrical-coordinate representation of color #4AB66B: hue angle of 138.33º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB66B is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 182 | 107 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.29 |
| HSL | 138.33º | 0.43% | 0.5% | - |
| HSV(B) | 138.33º | 0.59% | 0.71% | - |
| XYZ | 22.21 | 35.97 | 19.68 | - |
| YUV | 141.16 | 108.72 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 182 | 107 | 0.59 | 0 | 0.41 | 0.29 | 138.33 | 0.43 | 0.5 |
| Hex | 4A | B6 | 6B | 3B | 0 | 29 | 1D | 8A | 2B | 32 |
| Octal | 112 | 266 | 153 | 73 | 0 | 51 | 35 | 212 | 53 | 62 |
| Binary | 1001010 | 10110110 | 1101011 | 111011 | 0 | 101001 | 11101 | 10001010 | 101011 | 110010 |
Color Harmonies of #4AB66B
Complementary color
Monochromatic Colors of #4AB66B
Black with #4AB66B
Text Example
Text Example
White with #4AB66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB66B; }
p { color: rgb(74,182,107); }
H1.HeaderClassName
{
color: #4AB66B;
}
.AnyTagClassName
{
color: #4AB66B;
}
</style>
background-color css
<style>
a { background-color: #4AB66B; }
a { background-color: rgb(74,182,107); }
div.DivClassName
{
background-color: #4AB66B;
}
.BgClassName
{
background-color: #4AB66B;
}
</style>
border-color css
<style>
span { border-color: #4AB66B; }
span { border-color: rgb(74,182,107); }
td.TdClassName
{
border-color: #4AB66B;
}
.TagClassName
{
border-color: #4AB66B;
}
</style>