Shades of Christi #63AA02
Tints of Christi #63AA02
RGB
CMYK
RGB Variations
Color information
#63AA02 (or 0x63AA02) is known color: Christi. HEX triplet: 63, AA and 02. RGB value is (99,170,2). Sum of RGB (Red+Green+Blue) = 99+170+2=271 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.53% from 271); Green value is 170 (66.80% from 255 or 62.73% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 170 - color contains mainly: green. Hex color #63AA02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63AA02 is #9C55FD. Grayscale: #828282. Windows color (decimal): -10245630 or 174691. OLE color: 174691.
HSL color Cylindrical-coordinate representation of color #63AA02: hue angle of 85.36º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #63AA02 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 170 | 2 | - |
| CMYK | 0.42 | 0 | 0.99 | 0.33 |
| HSL | 85.36º | 0.98% | 0.34% | - |
| HSV(B) | 85.36º | 0.99% | 0.67% | - |
| XYZ | 19.53 | 31.41 | 5.09 | - |
| YUV | 129.62 | 55.98 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 170 | 2 | 0.42 | 0 | 0.99 | 0.33 | 85.36 | 0.98 | 0.34 |
| Hex | 63 | AA | 2 | 2A | 0 | 63 | 21 | 55 | 62 | 22 |
| Octal | 143 | 252 | 2 | 52 | 0 | 143 | 41 | 125 | 142 | 42 |
| Binary | 1100011 | 10101010 | 10 | 101010 | 0 | 1100011 | 100001 | 1010101 | 1100010 | 100010 |
Color Harmonies of #63AA02
Complementary color
Monochromatic Colors of #63AA02
Black with #63AA02
Text Example
Text Example
White with #63AA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AA02; }
p { color: rgb(99,170,2); }
H1.HeaderClassName
{
color: #63AA02;
}
.AnyTagClassName
{
color: #63AA02;
}
</style>
background-color css
<style>
a { background-color: #63AA02; }
a { background-color: rgb(99,170,2); }
div.DivClassName
{
background-color: #63AA02;
}
.BgClassName
{
background-color: #63AA02;
}
</style>
border-color css
<style>
span { border-color: #63AA02; }
span { border-color: rgb(99,170,2); }
td.TdClassName
{
border-color: #63AA02;
}
.TagClassName
{
border-color: #63AA02;
}
</style>