Shades of Christi #63AC26
Tints of Christi #63AC26
RGB
CMYK
RGB Variations
Color information
#63AC26 (or 0x63AC26) is known color: Christi. HEX triplet: 63, AC and 26. RGB value is (99,172,38). Sum of RGB (Red+Green+Blue) = 99+172+38=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 172 (67.58% from 255 or 55.66% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 172 - color contains mainly: green. Hex color #63AC26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63AC26 is #9C53D9. Grayscale: #878787. Windows color (decimal): -10245082 or 2534499. OLE color: 2534499.
HSL color Cylindrical-coordinate representation of color #63AC26: hue angle of 92.69º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #63AC26 is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 172 | 38 | - |
| CMYK | 0.42 | 0 | 0.78 | 0.33 |
| HSL | 92.69º | 0.64% | 0.41% | - |
| HSV(B) | 92.69º | 0.78% | 0.67% | - |
| XYZ | 20.25 | 32.3 | 7 | - |
| YUV | 134.9 | 73.32 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 172 | 38 | 0.42 | 0 | 0.78 | 0.33 | 92.69 | 0.64 | 0.41 |
| Hex | 63 | AC | 26 | 2A | 0 | 4E | 21 | 5D | 40 | 29 |
| Octal | 143 | 254 | 46 | 52 | 0 | 116 | 41 | 135 | 100 | 51 |
| Binary | 1100011 | 10101100 | 100110 | 101010 | 0 | 1001110 | 100001 | 1011101 | 1000000 | 101001 |
Color Harmonies of #63AC26
Complementary color
Monochromatic Colors of #63AC26
Black with #63AC26
Text Example
Text Example
White with #63AC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AC26; }
p { color: rgb(99,172,38); }
H1.HeaderClassName
{
color: #63AC26;
}
.AnyTagClassName
{
color: #63AC26;
}
</style>
background-color css
<style>
a { background-color: #63AC26; }
a { background-color: rgb(99,172,38); }
div.DivClassName
{
background-color: #63AC26;
}
.BgClassName
{
background-color: #63AC26;
}
</style>
border-color css
<style>
span { border-color: #63AC26; }
span { border-color: rgb(99,172,38); }
td.TdClassName
{
border-color: #63AC26;
}
.TagClassName
{
border-color: #63AC26;
}
</style>