Shades of Ocean Green #42A96F
Tints of Ocean Green #42A96F
RGB
CMYK
RGB Variations
Color information
#42A96F (or 0x42A96F) is known color: Ocean Green. HEX triplet: 42, A9 and 6F. RGB value is (66,169,111). Sum of RGB (Red+Green+Blue) = 66+169+111=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 169 (66.41% from 255 or 48.84% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 169 - color contains mainly: green. Hex color #42A96F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A96F is #BD5690. Grayscale: #838383. Windows color (decimal): -12408465 or 7317826. OLE color: 7317826.
HSL color Cylindrical-coordinate representation of color #42A96F: hue angle of 146.21º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42A96F is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 66 | 169 | 111 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.34 |
| HSL | 146.21º | 0.44% | 0.46% | - |
| HSV(B) | 146.21º | 0.61% | 0.66% | - |
| XYZ | 19.3 | 30.68 | 19.94 | - |
| YUV | 131.59 | 116.38 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 169 | 111 | 0.61 | 0 | 0.34 | 0.34 | 146.21 | 0.44 | 0.46 |
| Hex | 42 | A9 | 6F | 3D | 0 | 22 | 22 | 92 | 2C | 2E |
| Octal | 102 | 251 | 157 | 75 | 0 | 42 | 42 | 222 | 54 | 56 |
| Binary | 1000010 | 10101001 | 1101111 | 111101 | 0 | 100010 | 100010 | 10010010 | 101100 | 101110 |
Color Harmonies of #42A96F
Complementary color
Monochromatic Colors of #42A96F
Black with #42A96F
Text Example
Text Example
White with #42A96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A96F; }
p { color: rgb(66,169,111); }
H1.HeaderClassName
{
color: #42A96F;
}
.AnyTagClassName
{
color: #42A96F;
}
</style>
background-color css
<style>
a { background-color: #42A96F; }
a { background-color: rgb(66,169,111); }
div.DivClassName
{
background-color: #42A96F;
}
.BgClassName
{
background-color: #42A96F;
}
</style>
border-color css
<style>
span { border-color: #42A96F; }
span { border-color: rgb(66,169,111); }
td.TdClassName
{
border-color: #42A96F;
}
.TagClassName
{
border-color: #42A96F;
}
</style>