Shades of Ocean Green #42A86F
Tints of Ocean Green #42A86F
RGB
CMYK
RGB Variations
Color information
#42A86F (or 0x42A86F) is known color: Ocean Green. HEX triplet: 42, A8 and 6F. RGB value is (66,168,111). Sum of RGB (Red+Green+Blue) = 66+168+111=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 168 (66.02% from 255 or 48.70% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 168 - color contains mainly: green. Hex color #42A86F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A86F is #BD5790. Grayscale: #838383. Windows color (decimal): -12408721 or 7317570. OLE color: 7317570.
HSL color Cylindrical-coordinate representation of color #42A86F: hue angle of 146.47º 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 #42A86F is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 66 | 168 | 111 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.34 |
| HSL | 146.47º | 0.44% | 0.46% | - |
| HSV(B) | 146.47º | 0.61% | 0.66% | - |
| XYZ | 19.12 | 30.31 | 19.88 | - |
| YUV | 131 | 116.71 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 168 | 111 | 0.61 | 0 | 0.34 | 0.34 | 146.47 | 0.44 | 0.46 |
| Hex | 42 | A8 | 6F | 3D | 0 | 22 | 22 | 92 | 2C | 2E |
| Octal | 102 | 250 | 157 | 75 | 0 | 42 | 42 | 222 | 54 | 56 |
| Binary | 1000010 | 10101000 | 1101111 | 111101 | 0 | 100010 | 100010 | 10010010 | 101100 | 101110 |
Color Harmonies of #42A86F
Complementary color
Monochromatic Colors of #42A86F
Black with #42A86F
Text Example
Text Example
White with #42A86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A86F; }
p { color: rgb(66,168,111); }
H1.HeaderClassName
{
color: #42A86F;
}
.AnyTagClassName
{
color: #42A86F;
}
</style>
background-color css
<style>
a { background-color: #42A86F; }
a { background-color: rgb(66,168,111); }
div.DivClassName
{
background-color: #42A86F;
}
.BgClassName
{
background-color: #42A86F;
}
</style>
border-color css
<style>
span { border-color: #42A86F; }
span { border-color: rgb(66,168,111); }
td.TdClassName
{
border-color: #42A86F;
}
.TagClassName
{
border-color: #42A86F;
}
</style>