Shades of Christi #63AC15
Tints of Christi #63AC15
RGB
CMYK
RGB Variations
Color information
#63AC15 (or 0x63AC15) is known color: Christi. HEX triplet: 63, AC and 15. RGB value is (99,172,21). Sum of RGB (Red+Green+Blue) = 99+172+21=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 172 (67.58% from 255 or 58.90% from 292); Blue value is 21 (8.59% from 255 or 7.19% from 292); Max value from RGB is 172 - color contains mainly: green. Hex color #63AC15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63AC15 is #9C53EA. Grayscale: #858585. Windows color (decimal): -10245099 or 1420387. OLE color: 1420387.
HSL color Cylindrical-coordinate representation of color #63AC15: hue angle of 89.01º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #63AC15 is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 172 | 21 | - |
| CMYK | 0.42 | 0 | 0.88 | 0.33 |
| HSL | 89.01º | 0.78% | 0.38% | - |
| HSV(B) | 89.01º | 0.88% | 0.67% | - |
| XYZ | 20.03 | 32.21 | 5.87 | - |
| YUV | 132.96 | 64.82 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 172 | 21 | 0.42 | 0 | 0.88 | 0.33 | 89.01 | 0.78 | 0.38 |
| Hex | 63 | AC | 15 | 2A | 0 | 58 | 21 | 59 | 4E | 26 |
| Octal | 143 | 254 | 25 | 52 | 0 | 130 | 41 | 131 | 116 | 46 |
| Binary | 1100011 | 10101100 | 10101 | 101010 | 0 | 1011000 | 100001 | 1011001 | 1001110 | 100110 |
Color Harmonies of #63AC15
Complementary color
Monochromatic Colors of #63AC15
Black with #63AC15
Text Example
Text Example
White with #63AC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AC15; }
p { color: rgb(99,172,21); }
H1.HeaderClassName
{
color: #63AC15;
}
.AnyTagClassName
{
color: #63AC15;
}
</style>
background-color css
<style>
a { background-color: #63AC15; }
a { background-color: rgb(99,172,21); }
div.DivClassName
{
background-color: #63AC15;
}
.BgClassName
{
background-color: #63AC15;
}
</style>
border-color css
<style>
span { border-color: #63AC15; }
span { border-color: rgb(99,172,21); }
td.TdClassName
{
border-color: #63AC15;
}
.TagClassName
{
border-color: #63AC15;
}
</style>