Shades of Christi #63AA20
Tints of Christi #63AA20
RGB
CMYK
RGB Variations
Color information
#63AA20 (or 0x63AA20) is known color: Christi. HEX triplet: 63, AA and 20. RGB value is (99,170,32). Sum of RGB (Red+Green+Blue) = 99+170+32=301 (39% of max value = 765). Red value is 99 (39.06% from 255 or 32.89% from 301); Green value is 170 (66.80% from 255 or 56.48% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 170 - color contains mainly: green. Hex color #63AA20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63AA20 is #9C55DF. Grayscale: #858585. Windows color (decimal): -10245600 or 2140771. OLE color: 2140771.
HSL color Cylindrical-coordinate representation of color #63AA20: hue angle of 90.87º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #63AA20 is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 170 | 32 | - |
| CMYK | 0.42 | 0 | 0.81 | 0.33 |
| HSL | 90.87º | 0.68% | 0.4% | - |
| HSV(B) | 90.87º | 0.81% | 0.67% | - |
| XYZ | 19.78 | 31.51 | 6.41 | - |
| YUV | 133.04 | 70.98 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 170 | 32 | 0.42 | 0 | 0.81 | 0.33 | 90.87 | 0.68 | 0.4 |
| Hex | 63 | AA | 20 | 2A | 0 | 51 | 21 | 5B | 44 | 28 |
| Octal | 143 | 252 | 40 | 52 | 0 | 121 | 41 | 133 | 104 | 50 |
| Binary | 1100011 | 10101010 | 100000 | 101010 | 0 | 1010001 | 100001 | 1011011 | 1000100 | 101000 |
Color Harmonies of #63AA20
Complementary color
Monochromatic Colors of #63AA20
Black with #63AA20
Text Example
Text Example
White with #63AA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AA20; }
p { color: rgb(99,170,32); }
H1.HeaderClassName
{
color: #63AA20;
}
.AnyTagClassName
{
color: #63AA20;
}
</style>
background-color css
<style>
a { background-color: #63AA20; }
a { background-color: rgb(99,170,32); }
div.DivClassName
{
background-color: #63AA20;
}
.BgClassName
{
background-color: #63AA20;
}
</style>
border-color css
<style>
span { border-color: #63AA20; }
span { border-color: rgb(99,170,32); }
td.TdClassName
{
border-color: #63AA20;
}
.TagClassName
{
border-color: #63AA20;
}
</style>