Shades of Christi #63A80A
Tints of Christi #63A80A
RGB
CMYK
RGB Variations
Color information
#63A80A (or 0x63A80A) is known color: Christi. HEX triplet: 63, A8 and 0A. RGB value is (99,168,10). Sum of RGB (Red+Green+Blue) = 99+168+10=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 168 (66.02% from 255 or 60.65% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 168 - color contains mainly: green. Hex color #63A80A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63A80A is #9C57F5. Grayscale: #818181. Windows color (decimal): -10246134 or 698467. OLE color: 698467.
HSL color Cylindrical-coordinate representation of color #63A80A: hue angle of 86.2º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #63A80A is Cyan = 0.41, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 99 | 168 | 10 | - |
| CMYK | 0.41 | 0 | 0.94 | 0.34 |
| HSL | 86.2º | 0.89% | 0.35% | - |
| HSV(B) | 86.2º | 0.94% | 0.66% | - |
| XYZ | 19.2 | 30.68 | 5.2 | - |
| YUV | 129.36 | 60.64 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 168 | 10 | 0.41 | 0 | 0.94 | 0.34 | 86.2 | 0.89 | 0.35 |
| Hex | 63 | A8 | A | 29 | 0 | 5E | 22 | 56 | 59 | 23 |
| Octal | 143 | 250 | 12 | 51 | 0 | 136 | 42 | 126 | 131 | 43 |
| Binary | 1100011 | 10101000 | 1010 | 101001 | 0 | 1011110 | 100010 | 1010110 | 1011001 | 100011 |
Color Harmonies of #63A80A
Complementary color
Monochromatic Colors of #63A80A
Black with #63A80A
Text Example
Text Example
White with #63A80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A80A; }
p { color: rgb(99,168,10); }
H1.HeaderClassName
{
color: #63A80A;
}
.AnyTagClassName
{
color: #63A80A;
}
</style>
background-color css
<style>
a { background-color: #63A80A; }
a { background-color: rgb(99,168,10); }
div.DivClassName
{
background-color: #63A80A;
}
.BgClassName
{
background-color: #63A80A;
}
</style>
border-color css
<style>
span { border-color: #63A80A; }
span { border-color: rgb(99,168,10); }
td.TdClassName
{
border-color: #63A80A;
}
.TagClassName
{
border-color: #63A80A;
}
</style>