Shades of Ocean Green #42A96D
Tints of Ocean Green #42A96D
RGB
CMYK
RGB Variations
Color information
#42A96D (or 0x42A96D) is known color: Ocean Green. HEX triplet: 42, A9 and 6D. RGB value is (66,169,109). Sum of RGB (Red+Green+Blue) = 66+169+109=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 169 (66.41% from 255 or 49.13% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 169 - color contains mainly: green. Hex color #42A96D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A96D is #BD5692. Grayscale: #838383. Windows color (decimal): -12408467 or 7186754. OLE color: 7186754.
HSL color Cylindrical-coordinate representation of color #42A96D: hue angle of 145.05º 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 #42A96D is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 66 | 169 | 109 | - |
| CMYK | 0.61 | 0 | 0.36 | 0.34 |
| HSL | 145.05º | 0.44% | 0.46% | - |
| HSV(B) | 145.05º | 0.61% | 0.66% | - |
| XYZ | 19.2 | 30.64 | 19.37 | - |
| YUV | 131.36 | 115.38 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 169 | 109 | 0.61 | 0 | 0.36 | 0.34 | 145.05 | 0.44 | 0.46 |
| Hex | 42 | A9 | 6D | 3D | 0 | 24 | 22 | 91 | 2C | 2E |
| Octal | 102 | 251 | 155 | 75 | 0 | 44 | 42 | 221 | 54 | 56 |
| Binary | 1000010 | 10101001 | 1101101 | 111101 | 0 | 100100 | 100010 | 10010001 | 101100 | 101110 |
Color Harmonies of #42A96D
Complementary color
Monochromatic Colors of #42A96D
Black with #42A96D
Text Example
Text Example
White with #42A96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A96D; }
p { color: rgb(66,169,109); }
H1.HeaderClassName
{
color: #42A96D;
}
.AnyTagClassName
{
color: #42A96D;
}
</style>
background-color css
<style>
a { background-color: #42A96D; }
a { background-color: rgb(66,169,109); }
div.DivClassName
{
background-color: #42A96D;
}
.BgClassName
{
background-color: #42A96D;
}
</style>
border-color css
<style>
span { border-color: #42A96D; }
span { border-color: rgb(66,169,109); }
td.TdClassName
{
border-color: #42A96D;
}
.TagClassName
{
border-color: #42A96D;
}
</style>