Shades of Christi #63AD1A
Tints of Christi #63AD1A
RGB
CMYK
RGB Variations
Color information
#63AD1A (or 0x63AD1A) is known color: Christi. HEX triplet: 63, AD and 1A. RGB value is (99,173,26). Sum of RGB (Red+Green+Blue) = 99+173+26=298 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.22% from 298); Green value is 173 (67.97% from 255 or 58.05% from 298); Blue value is 26 (10.55% from 255 or 8.72% from 298); Max value from RGB is 173 - color contains mainly: green. Hex color #63AD1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63AD1A is #9C52E5. Grayscale: #868686. Windows color (decimal): -10244838 or 1748323. OLE color: 1748323.
HSL color Cylindrical-coordinate representation of color #63AD1A: hue angle of 90.2º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #63AD1A is Cyan = 0.43, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 173 | 26 | - |
| CMYK | 0.43 | 0 | 0.85 | 0.32 |
| HSL | 90.2º | 0.74% | 0.39% | - |
| HSV(B) | 90.2º | 0.85% | 0.68% | - |
| XYZ | 20.28 | 32.61 | 6.2 | - |
| YUV | 134.12 | 66.98 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 173 | 26 | 0.43 | 0 | 0.85 | 0.32 | 90.2 | 0.74 | 0.39 |
| Hex | 63 | AD | 1A | 2B | 0 | 55 | 20 | 5A | 4A | 27 |
| Octal | 143 | 255 | 32 | 53 | 0 | 125 | 40 | 132 | 112 | 47 |
| Binary | 1100011 | 10101101 | 11010 | 101011 | 0 | 1010101 | 100000 | 1011010 | 1001010 | 100111 |
Color Harmonies of #63AD1A
Complementary color
Monochromatic Colors of #63AD1A
Black with #63AD1A
Text Example
Text Example
White with #63AD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AD1A; }
p { color: rgb(99,173,26); }
H1.HeaderClassName
{
color: #63AD1A;
}
.AnyTagClassName
{
color: #63AD1A;
}
</style>
background-color css
<style>
a { background-color: #63AD1A; }
a { background-color: rgb(99,173,26); }
div.DivClassName
{
background-color: #63AD1A;
}
.BgClassName
{
background-color: #63AD1A;
}
</style>
border-color css
<style>
span { border-color: #63AD1A; }
span { border-color: rgb(99,173,26); }
td.TdClassName
{
border-color: #63AD1A;
}
.TagClassName
{
border-color: #63AD1A;
}
</style>