Shades of Ocean Green #45A966
Tints of Ocean Green #45A966
RGB
CMYK
RGB Variations
Color information
#45A966 (or 0x45A966) is known color: Ocean Green. HEX triplet: 45, A9 and 66. RGB value is (69,169,102). Sum of RGB (Red+Green+Blue) = 69+169+102=340 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.29% from 340); Green value is 169 (66.41% from 255 or 49.71% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 169 - color contains mainly: green. Hex color #45A966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A966 is #BA5699. Grayscale: #838383. Windows color (decimal): -12211866 or 6728005. OLE color: 6728005.
HSL color Cylindrical-coordinate representation of color #45A966: hue angle of 139.8º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45A966 is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 69 | 169 | 102 | - |
| CMYK | 0.59 | 0 | 0.40 | 0.34 |
| HSL | 139.8º | 0.42% | 0.47% | - |
| HSV(B) | 139.8º | 0.59% | 0.66% | - |
| XYZ | 19.04 | 30.6 | 17.47 | - |
| YUV | 131.46 | 111.37 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 169 | 102 | 0.59 | 0 | 0.40 | 0.34 | 139.8 | 0.42 | 0.47 |
| Hex | 45 | A9 | 66 | 3B | 0 | 28 | 22 | 8C | 2A | 2F |
| Octal | 105 | 251 | 146 | 73 | 0 | 50 | 42 | 214 | 52 | 57 |
| Binary | 1000101 | 10101001 | 1100110 | 111011 | 0 | 101000 | 100010 | 10001100 | 101010 | 101111 |
Color Harmonies of #45A966
Complementary color
Monochromatic Colors of #45A966
Black with #45A966
Text Example
Text Example
White with #45A966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A966; }
p { color: rgb(69,169,102); }
H1.HeaderClassName
{
color: #45A966;
}
.AnyTagClassName
{
color: #45A966;
}
</style>
background-color css
<style>
a { background-color: #45A966; }
a { background-color: rgb(69,169,102); }
div.DivClassName
{
background-color: #45A966;
}
.BgClassName
{
background-color: #45A966;
}
</style>
border-color css
<style>
span { border-color: #45A966; }
span { border-color: rgb(69,169,102); }
td.TdClassName
{
border-color: #45A966;
}
.TagClassName
{
border-color: #45A966;
}
</style>