Shades of Christi #63AD12
Tints of Christi #63AD12
RGB
CMYK
RGB Variations
Color information
#63AD12 (or 0x63AD12) is known color: Christi. HEX triplet: 63, AD and 12. RGB value is (99,173,18). Sum of RGB (Red+Green+Blue) = 99+173+18=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 173 (67.97% from 255 or 59.66% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 173 - color contains mainly: green. Hex color #63AD12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63AD12 is #9C52ED. Grayscale: #858585. Windows color (decimal): -10244846 or 1224035. OLE color: 1224035.
HSL color Cylindrical-coordinate representation of color #63AD12: hue angle of 88.65º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #63AD12 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 173 | 18 | - |
| CMYK | 0.43 | 0 | 0.90 | 0.32 |
| HSL | 88.65º | 0.81% | 0.37% | - |
| HSV(B) | 88.65º | 0.9% | 0.68% | - |
| XYZ | 20.2 | 32.58 | 5.8 | - |
| YUV | 133.2 | 62.98 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 173 | 18 | 0.43 | 0 | 0.90 | 0.32 | 88.65 | 0.81 | 0.37 |
| Hex | 63 | AD | 12 | 2B | 0 | 5A | 20 | 59 | 51 | 25 |
| Octal | 143 | 255 | 22 | 53 | 0 | 132 | 40 | 131 | 121 | 45 |
| Binary | 1100011 | 10101101 | 10010 | 101011 | 0 | 1011010 | 100000 | 1011001 | 1010001 | 100101 |
Color Harmonies of #63AD12
Complementary color
Monochromatic Colors of #63AD12
Black with #63AD12
Text Example
Text Example
White with #63AD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AD12; }
p { color: rgb(99,173,18); }
H1.HeaderClassName
{
color: #63AD12;
}
.AnyTagClassName
{
color: #63AD12;
}
</style>
background-color css
<style>
a { background-color: #63AD12; }
a { background-color: rgb(99,173,18); }
div.DivClassName
{
background-color: #63AD12;
}
.BgClassName
{
background-color: #63AD12;
}
</style>
border-color css
<style>
span { border-color: #63AD12; }
span { border-color: rgb(99,173,18); }
td.TdClassName
{
border-color: #63AD12;
}
.TagClassName
{
border-color: #63AD12;
}
</style>