Shades of Hippie Green #62A256
Tints of Hippie Green #62A256
RGB
CMYK
RGB Variations
Color information
#62A256 (or 0x62A256) is known color: Hippie Green. HEX triplet: 62, A2 and 56. RGB value is (98,162,86). Sum of RGB (Red+Green+Blue) = 98+162+86=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 162 (63.67% from 255 or 46.82% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 162 - color contains mainly: green. Hex color #62A256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A256 is #9D5DA9. Grayscale: #868686. Windows color (decimal): -10313130 or 5677666. OLE color: 5677666.
HSL color Cylindrical-coordinate representation of color #62A256: hue angle of 110.53º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #62A256 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 162 | 86 | - |
| CMYK | 0.40 | 0 | 0.47 | 0.36 |
| HSL | 110.53º | 0.31% | 0.49% | - |
| HSV(B) | 110.53º | 0.47% | 0.64% | - |
| XYZ | 19.64 | 29.11 | 13.39 | - |
| YUV | 134.2 | 100.8 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 162 | 86 | 0.40 | 0 | 0.47 | 0.36 | 110.53 | 0.31 | 0.49 |
| Hex | 62 | A2 | 56 | 28 | 0 | 2F | 24 | 6F | 1F | 31 |
| Octal | 142 | 242 | 126 | 50 | 0 | 57 | 44 | 157 | 37 | 61 |
| Binary | 1100010 | 10100010 | 1010110 | 101000 | 0 | 101111 | 100100 | 1101111 | 11111 | 110001 |
Color Harmonies of #62A256
Complementary color
Monochromatic Colors of #62A256
Black with #62A256
Text Example
Text Example
White with #62A256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A256; }
p { color: rgb(98,162,86); }
H1.HeaderClassName
{
color: #62A256;
}
.AnyTagClassName
{
color: #62A256;
}
</style>
background-color css
<style>
a { background-color: #62A256; }
a { background-color: rgb(98,162,86); }
div.DivClassName
{
background-color: #62A256;
}
.BgClassName
{
background-color: #62A256;
}
</style>
border-color css
<style>
span { border-color: #62A256; }
span { border-color: rgb(98,162,86); }
td.TdClassName
{
border-color: #62A256;
}
.TagClassName
{
border-color: #62A256;
}
</style>