Shades of Christi #62A30A
Tints of Christi #62A30A
RGB
CMYK
RGB Variations
Color information
#62A30A (or 0x62A30A) is known color: Christi. HEX triplet: 62, A3 and 0A. RGB value is (98,163,10). Sum of RGB (Red+Green+Blue) = 98+163+10=271 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.16% from 271); Green value is 163 (64.06% from 255 or 60.15% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 163 - color contains mainly: green. Hex color #62A30A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62A30A is #9D5CF5. Grayscale: #7E7E7E. Windows color (decimal): -10312950 or 697186. OLE color: 697186.
HSL color Cylindrical-coordinate representation of color #62A30A: hue angle of 85.49º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #62A30A is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 163 | 10 | - |
| CMYK | 0.40 | 0 | 0.94 | 0.36 |
| HSL | 85.49º | 0.88% | 0.34% | - |
| HSV(B) | 85.49º | 0.94% | 0.64% | - |
| XYZ | 18.19 | 28.81 | 4.89 | - |
| YUV | 126.12 | 62.47 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 163 | 10 | 0.40 | 0 | 0.94 | 0.36 | 85.49 | 0.88 | 0.34 |
| Hex | 62 | A3 | A | 28 | 0 | 5E | 24 | 55 | 58 | 22 |
| Octal | 142 | 243 | 12 | 50 | 0 | 136 | 44 | 125 | 130 | 42 |
| Binary | 1100010 | 10100011 | 1010 | 101000 | 0 | 1011110 | 100100 | 1010101 | 1011000 | 100010 |
Color Harmonies of #62A30A
Complementary color
Monochromatic Colors of #62A30A
Black with #62A30A
Text Example
Text Example
White with #62A30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A30A; }
p { color: rgb(98,163,10); }
H1.HeaderClassName
{
color: #62A30A;
}
.AnyTagClassName
{
color: #62A30A;
}
</style>
background-color css
<style>
a { background-color: #62A30A; }
a { background-color: rgb(98,163,10); }
div.DivClassName
{
background-color: #62A30A;
}
.BgClassName
{
background-color: #62A30A;
}
</style>
border-color css
<style>
span { border-color: #62A30A; }
span { border-color: rgb(98,163,10); }
td.TdClassName
{
border-color: #62A30A;
}
.TagClassName
{
border-color: #62A30A;
}
</style>