Shades of Hippie Green #63A25A
Tints of Hippie Green #63A25A
RGB
CMYK
RGB Variations
Color information
#63A25A (or 0x63A25A) is known color: Hippie Green. HEX triplet: 63, A2 and 5A. RGB value is (99,162,90). Sum of RGB (Red+Green+Blue) = 99+162+90=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 162 (63.67% from 255 or 46.15% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 162 - color contains mainly: green. Hex color #63A25A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A25A is #9C5DA5. Grayscale: #878787. Windows color (decimal): -10247590 or 5939811. OLE color: 5939811.
HSL color Cylindrical-coordinate representation of color #63A25A: hue angle of 112.5º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #63A25A is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 162 | 90 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.36 |
| HSL | 112.5º | 0.29% | 0.49% | - |
| HSV(B) | 112.5º | 0.44% | 0.64% | - |
| XYZ | 19.91 | 29.23 | 14.27 | - |
| YUV | 134.96 | 102.63 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 162 | 90 | 0.39 | 0 | 0.44 | 0.36 | 112.5 | 0.29 | 0.49 |
| Hex | 63 | A2 | 5A | 27 | 0 | 2C | 24 | 70 | 1D | 31 |
| Octal | 143 | 242 | 132 | 47 | 0 | 54 | 44 | 160 | 35 | 61 |
| Binary | 1100011 | 10100010 | 1011010 | 100111 | 0 | 101100 | 100100 | 1110000 | 11101 | 110001 |
Color Harmonies of #63A25A
Complementary color
Monochromatic Colors of #63A25A
Black with #63A25A
Text Example
Text Example
White with #63A25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A25A; }
p { color: rgb(99,162,90); }
H1.HeaderClassName
{
color: #63A25A;
}
.AnyTagClassName
{
color: #63A25A;
}
</style>
background-color css
<style>
a { background-color: #63A25A; }
a { background-color: rgb(99,162,90); }
div.DivClassName
{
background-color: #63A25A;
}
.BgClassName
{
background-color: #63A25A;
}
</style>
border-color css
<style>
span { border-color: #63A25A; }
span { border-color: rgb(99,162,90); }
td.TdClassName
{
border-color: #63A25A;
}
.TagClassName
{
border-color: #63A25A;
}
</style>