Shades of Ocean Green #54AD6D
Tints of Ocean Green #54AD6D
RGB
CMYK
RGB Variations
Color information
#54AD6D (or 0x54AD6D) is known color: Ocean Green. HEX triplet: 54, AD and 6D. RGB value is (84,173,109). Sum of RGB (Red+Green+Blue) = 84+173+109=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 173 - color contains mainly: green. Hex color #54AD6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AD6D is #AB5292. Grayscale: #8B8B8B. Windows color (decimal): -11227795 or 7187796. OLE color: 7187796.
HSL color Cylindrical-coordinate representation of color #54AD6D: hue angle of 136.85º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54AD6D is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 173 | 109 | - |
| CMYK | 0.51 | 0 | 0.37 | 0.32 |
| HSL | 136.85º | 0.35% | 0.5% | - |
| HSV(B) | 136.85º | 0.51% | 0.68% | - |
| XYZ | 21.36 | 32.88 | 19.69 | - |
| YUV | 139.09 | 111.01 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 173 | 109 | 0.51 | 0 | 0.37 | 0.32 | 136.85 | 0.35 | 0.5 |
| Hex | 54 | AD | 6D | 33 | 0 | 25 | 20 | 89 | 23 | 32 |
| Octal | 124 | 255 | 155 | 63 | 0 | 45 | 40 | 211 | 43 | 62 |
| Binary | 1010100 | 10101101 | 1101101 | 110011 | 0 | 100101 | 100000 | 10001001 | 100011 | 110010 |
Color Harmonies of #54AD6D
Complementary color
Monochromatic Colors of #54AD6D
Black with #54AD6D
Text Example
Text Example
White with #54AD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AD6D; }
p { color: rgb(84,173,109); }
H1.HeaderClassName
{
color: #54AD6D;
}
.AnyTagClassName
{
color: #54AD6D;
}
</style>
background-color css
<style>
a { background-color: #54AD6D; }
a { background-color: rgb(84,173,109); }
div.DivClassName
{
background-color: #54AD6D;
}
.BgClassName
{
background-color: #54AD6D;
}
</style>
border-color css
<style>
span { border-color: #54AD6D; }
span { border-color: rgb(84,173,109); }
td.TdClassName
{
border-color: #54AD6D;
}
.TagClassName
{
border-color: #54AD6D;
}
</style>