Shades of Christi #63AA15
Tints of Christi #63AA15
RGB
CMYK
RGB Variations
Color information
#63AA15 (or 0x63AA15) is known color: Christi. HEX triplet: 63, AA and 15. RGB value is (99,170,21). Sum of RGB (Red+Green+Blue) = 99+170+21=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 170 (66.80% from 255 or 58.62% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 170 - color contains mainly: green. Hex color #63AA15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63AA15 is #9C55EA. Grayscale: #848484. Windows color (decimal): -10245611 or 1419875. OLE color: 1419875.
HSL color Cylindrical-coordinate representation of color #63AA15: hue angle of 88.59º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #63AA15 is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 170 | 21 | - |
| CMYK | 0.42 | 0 | 0.88 | 0.33 |
| HSL | 88.59º | 0.78% | 0.37% | - |
| HSV(B) | 88.59º | 0.88% | 0.67% | - |
| XYZ | 19.66 | 31.46 | 5.75 | - |
| YUV | 131.79 | 65.48 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 170 | 21 | 0.42 | 0 | 0.88 | 0.33 | 88.59 | 0.78 | 0.37 |
| Hex | 63 | AA | 15 | 2A | 0 | 58 | 21 | 59 | 4E | 25 |
| Octal | 143 | 252 | 25 | 52 | 0 | 130 | 41 | 131 | 116 | 45 |
| Binary | 1100011 | 10101010 | 10101 | 101010 | 0 | 1011000 | 100001 | 1011001 | 1001110 | 100101 |
Color Harmonies of #63AA15
Complementary color
Monochromatic Colors of #63AA15
Black with #63AA15
Text Example
Text Example
White with #63AA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AA15; }
p { color: rgb(99,170,21); }
H1.HeaderClassName
{
color: #63AA15;
}
.AnyTagClassName
{
color: #63AA15;
}
</style>
background-color css
<style>
a { background-color: #63AA15; }
a { background-color: rgb(99,170,21); }
div.DivClassName
{
background-color: #63AA15;
}
.BgClassName
{
background-color: #63AA15;
}
</style>
border-color css
<style>
span { border-color: #63AA15; }
span { border-color: rgb(99,170,21); }
td.TdClassName
{
border-color: #63AA15;
}
.TagClassName
{
border-color: #63AA15;
}
</style>