Shades of Christi #63AC1A
Tints of Christi #63AC1A
RGB
CMYK
RGB Variations
Color information
#63AC1A (or 0x63AC1A) is known color: Christi. HEX triplet: 63, AC and 1A. RGB value is (99,172,26). Sum of RGB (Red+Green+Blue) = 99+172+26=297 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.33% from 297); Green value is 172 (67.58% from 255 or 57.91% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 172 - color contains mainly: green. Hex color #63AC1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63AC1A is #9C53E5. Grayscale: #868686. Windows color (decimal): -10245094 or 1748067. OLE color: 1748067.
HSL color Cylindrical-coordinate representation of color #63AC1A: hue angle of 90º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #63AC1A is Cyan = 0.42, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 172 | 26 | - |
| CMYK | 0.42 | 0 | 0.85 | 0.33 |
| HSL | 90º | 0.74% | 0.39% | - |
| HSV(B) | 90º | 0.85% | 0.67% | - |
| XYZ | 20.08 | 32.23 | 6.14 | - |
| YUV | 133.53 | 67.32 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 172 | 26 | 0.42 | 0 | 0.85 | 0.33 | 90 | 0.74 | 0.39 |
| Hex | 63 | AC | 1A | 2A | 0 | 55 | 21 | 5A | 4A | 27 |
| Octal | 143 | 254 | 32 | 52 | 0 | 125 | 41 | 132 | 112 | 47 |
| Binary | 1100011 | 10101100 | 11010 | 101010 | 0 | 1010101 | 100001 | 1011010 | 1001010 | 100111 |
Color Harmonies of #63AC1A
Complementary color
Monochromatic Colors of #63AC1A
Black with #63AC1A
Text Example
Text Example
White with #63AC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AC1A; }
p { color: rgb(99,172,26); }
H1.HeaderClassName
{
color: #63AC1A;
}
.AnyTagClassName
{
color: #63AC1A;
}
</style>
background-color css
<style>
a { background-color: #63AC1A; }
a { background-color: rgb(99,172,26); }
div.DivClassName
{
background-color: #63AC1A;
}
.BgClassName
{
background-color: #63AC1A;
}
</style>
border-color css
<style>
span { border-color: #63AC1A; }
span { border-color: rgb(99,172,26); }
td.TdClassName
{
border-color: #63AC1A;
}
.TagClassName
{
border-color: #63AC1A;
}
</style>