Shades of Christi #63AC0E
Tints of Christi #63AC0E
RGB
CMYK
RGB Variations
Color information
#63AC0E (or 0x63AC0E) is known color: Christi. HEX triplet: 63, AC and 0E. RGB value is (99,172,14). Sum of RGB (Red+Green+Blue) = 99+172+14=285 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.74% from 285); Green value is 172 (67.58% from 255 or 60.35% from 285); Blue value is 14 (5.86% from 255 or 4.91% from 285); Max value from RGB is 172 - color contains mainly: green. Hex color #63AC0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63AC0E is #9C53F1. Grayscale: #848484. Windows color (decimal): -10245106 or 961635. OLE color: 961635.
HSL color Cylindrical-coordinate representation of color #63AC0E: hue angle of 87.72º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #63AC0E is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 172 | 14 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.33 |
| HSL | 87.72º | 0.85% | 0.36% | - |
| HSV(B) | 87.72º | 0.92% | 0.67% | - |
| XYZ | 19.98 | 32.19 | 5.58 | - |
| YUV | 132.16 | 61.32 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 172 | 14 | 0.42 | 0 | 0.92 | 0.33 | 87.72 | 0.85 | 0.36 |
| Hex | 63 | AC | E | 2A | 0 | 5C | 21 | 58 | 55 | 24 |
| Octal | 143 | 254 | 16 | 52 | 0 | 134 | 41 | 130 | 125 | 44 |
| Binary | 1100011 | 10101100 | 1110 | 101010 | 0 | 1011100 | 100001 | 1011000 | 1010101 | 100100 |
Color Harmonies of #63AC0E
Complementary color
Monochromatic Colors of #63AC0E
Black with #63AC0E
Text Example
Text Example
White with #63AC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AC0E; }
p { color: rgb(99,172,14); }
H1.HeaderClassName
{
color: #63AC0E;
}
.AnyTagClassName
{
color: #63AC0E;
}
</style>
background-color css
<style>
a { background-color: #63AC0E; }
a { background-color: rgb(99,172,14); }
div.DivClassName
{
background-color: #63AC0E;
}
.BgClassName
{
background-color: #63AC0E;
}
</style>
border-color css
<style>
span { border-color: #63AC0E; }
span { border-color: rgb(99,172,14); }
td.TdClassName
{
border-color: #63AC0E;
}
.TagClassName
{
border-color: #63AC0E;
}
</style>