Shades of Christi #63AC10
Tints of Christi #63AC10
RGB
CMYK
RGB Variations
Color information
#63AC10 (or 0x63AC10) is known color: Christi. HEX triplet: 63, AC and 10. RGB value is (99,172,16). Sum of RGB (Red+Green+Blue) = 99+172+16=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 172 (67.58% from 255 or 59.93% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 172 - color contains mainly: green. Hex color #63AC10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63AC10 is #9C53EF. Grayscale: #848484. Windows color (decimal): -10245104 or 1092707. OLE color: 1092707.
HSL color Cylindrical-coordinate representation of color #63AC10: hue angle of 88.08º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #63AC10 is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 172 | 16 | - |
| CMYK | 0.42 | 0 | 0.91 | 0.33 |
| HSL | 88.08º | 0.83% | 0.37% | - |
| HSV(B) | 88.08º | 0.91% | 0.67% | - |
| XYZ | 19.99 | 32.2 | 5.65 | - |
| YUV | 132.39 | 62.32 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 172 | 16 | 0.42 | 0 | 0.91 | 0.33 | 88.08 | 0.83 | 0.37 |
| Hex | 63 | AC | 10 | 2A | 0 | 5B | 21 | 58 | 53 | 25 |
| Octal | 143 | 254 | 20 | 52 | 0 | 133 | 41 | 130 | 123 | 45 |
| Binary | 1100011 | 10101100 | 10000 | 101010 | 0 | 1011011 | 100001 | 1011000 | 1010011 | 100101 |
Color Harmonies of #63AC10
Complementary color
Monochromatic Colors of #63AC10
Black with #63AC10
Text Example
Text Example
White with #63AC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AC10; }
p { color: rgb(99,172,16); }
H1.HeaderClassName
{
color: #63AC10;
}
.AnyTagClassName
{
color: #63AC10;
}
</style>
background-color css
<style>
a { background-color: #63AC10; }
a { background-color: rgb(99,172,16); }
div.DivClassName
{
background-color: #63AC10;
}
.BgClassName
{
background-color: #63AC10;
}
</style>
border-color css
<style>
span { border-color: #63AC10; }
span { border-color: rgb(99,172,16); }
td.TdClassName
{
border-color: #63AC10;
}
.TagClassName
{
border-color: #63AC10;
}
</style>