Shades of Christi #63AD0A
Tints of Christi #63AD0A
RGB
CMYK
RGB Variations
Color information
#63AD0A (or 0x63AD0A) is known color: Christi. HEX triplet: 63, AD and 0A. RGB value is (99,173,10). Sum of RGB (Red+Green+Blue) = 99+173+10=282 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.11% from 282); Green value is 173 (67.97% from 255 or 61.35% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 173 - color contains mainly: green. Hex color #63AD0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63AD0A is #9C52F5. Grayscale: #848484. Windows color (decimal): -10244854 or 699747. OLE color: 699747.
HSL color Cylindrical-coordinate representation of color #63AD0A: hue angle of 87.24º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #63AD0A is Cyan = 0.43, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 173 | 10 | - |
| CMYK | 0.43 | 0 | 0.94 | 0.32 |
| HSL | 87.24º | 0.89% | 0.36% | - |
| HSV(B) | 87.24º | 0.94% | 0.68% | - |
| XYZ | 20.14 | 32.56 | 5.51 | - |
| YUV | 132.29 | 58.98 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 173 | 10 | 0.43 | 0 | 0.94 | 0.32 | 87.24 | 0.89 | 0.36 |
| Hex | 63 | AD | A | 2B | 0 | 5E | 20 | 57 | 59 | 24 |
| Octal | 143 | 255 | 12 | 53 | 0 | 136 | 40 | 127 | 131 | 44 |
| Binary | 1100011 | 10101101 | 1010 | 101011 | 0 | 1011110 | 100000 | 1010111 | 1011001 | 100100 |
Color Harmonies of #63AD0A
Complementary color
Monochromatic Colors of #63AD0A
Black with #63AD0A
Text Example
Text Example
White with #63AD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AD0A; }
p { color: rgb(99,173,10); }
H1.HeaderClassName
{
color: #63AD0A;
}
.AnyTagClassName
{
color: #63AD0A;
}
</style>
background-color css
<style>
a { background-color: #63AD0A; }
a { background-color: rgb(99,173,10); }
div.DivClassName
{
background-color: #63AD0A;
}
.BgClassName
{
background-color: #63AD0A;
}
</style>
border-color css
<style>
span { border-color: #63AD0A; }
span { border-color: rgb(99,173,10); }
td.TdClassName
{
border-color: #63AD0A;
}
.TagClassName
{
border-color: #63AD0A;
}
</style>