Shades of Christi #63AA14
Tints of Christi #63AA14
RGB
CMYK
RGB Variations
Color information
#63AA14 (or 0x63AA14) is known color: Christi. HEX triplet: 63, AA and 14. RGB value is (99,170,20). Sum of RGB (Red+Green+Blue) = 99+170+20=289 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.26% from 289); Green value is 170 (66.80% from 255 or 58.82% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 170 - color contains mainly: green. Hex color #63AA14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63AA14 is #9C55EB. Grayscale: #848484. Windows color (decimal): -10245612 or 1354339. OLE color: 1354339.
HSL color Cylindrical-coordinate representation of color #63AA14: hue angle of 88.4º degrees, saturation: 0.79, 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 #63AA14 is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 170 | 20 | - |
| CMYK | 0.42 | 0 | 0.88 | 0.33 |
| HSL | 88.4º | 0.79% | 0.37% | - |
| HSV(B) | 88.4º | 0.88% | 0.67% | - |
| XYZ | 19.65 | 31.45 | 5.7 | - |
| YUV | 131.67 | 64.98 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 170 | 20 | 0.42 | 0 | 0.88 | 0.33 | 88.4 | 0.79 | 0.37 |
| Hex | 63 | AA | 14 | 2A | 0 | 58 | 21 | 58 | 4F | 25 |
| Octal | 143 | 252 | 24 | 52 | 0 | 130 | 41 | 130 | 117 | 45 |
| Binary | 1100011 | 10101010 | 10100 | 101010 | 0 | 1011000 | 100001 | 1011000 | 1001111 | 100101 |
Color Harmonies of #63AA14
Complementary color
Monochromatic Colors of #63AA14
Black with #63AA14
Text Example
Text Example
White with #63AA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AA14; }
p { color: rgb(99,170,20); }
H1.HeaderClassName
{
color: #63AA14;
}
.AnyTagClassName
{
color: #63AA14;
}
</style>
background-color css
<style>
a { background-color: #63AA14; }
a { background-color: rgb(99,170,20); }
div.DivClassName
{
background-color: #63AA14;
}
.BgClassName
{
background-color: #63AA14;
}
</style>
border-color css
<style>
span { border-color: #63AA14; }
span { border-color: rgb(99,170,20); }
td.TdClassName
{
border-color: #63AA14;
}
.TagClassName
{
border-color: #63AA14;
}
</style>