Shades of Christi #64AC14
Tints of Christi #64AC14
RGB
CMYK
RGB Variations
Color information
#64AC14 (or 0x64AC14) is known color: Christi. HEX triplet: 64, AC and 14. RGB value is (100,172,20). Sum of RGB (Red+Green+Blue) = 100+172+20=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 172 (67.58% from 255 or 58.90% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64AC14 is #9B53EB. Grayscale: #858585. Windows color (decimal): -10179564 or 1354852. OLE color: 1354852.
HSL color Cylindrical-coordinate representation of color #64AC14: hue angle of 88.42º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64AC14 is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 172 | 20 | - |
| CMYK | 0.42 | 0 | 0.88 | 0.33 |
| HSL | 88.42º | 0.79% | 0.38% | - |
| HSV(B) | 88.42º | 0.88% | 0.67% | - |
| XYZ | 20.13 | 32.26 | 5.83 | - |
| YUV | 133.14 | 64.15 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 20 | 0.42 | 0 | 0.88 | 0.33 | 88.42 | 0.79 | 0.38 |
| Hex | 64 | AC | 14 | 2A | 0 | 58 | 21 | 58 | 4F | 26 |
| Octal | 144 | 254 | 24 | 52 | 0 | 130 | 41 | 130 | 117 | 46 |
| Binary | 1100100 | 10101100 | 10100 | 101010 | 0 | 1011000 | 100001 | 1011000 | 1001111 | 100110 |
Color Harmonies of #64AC14
Complementary color
Monochromatic Colors of #64AC14
Black with #64AC14
Text Example
Text Example
White with #64AC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AC14; }
p { color: rgb(100,172,20); }
H1.HeaderClassName
{
color: #64AC14;
}
.AnyTagClassName
{
color: #64AC14;
}
</style>
background-color css
<style>
a { background-color: #64AC14; }
a { background-color: rgb(100,172,20); }
div.DivClassName
{
background-color: #64AC14;
}
.BgClassName
{
background-color: #64AC14;
}
</style>
border-color css
<style>
span { border-color: #64AC14; }
span { border-color: rgb(100,172,20); }
td.TdClassName
{
border-color: #64AC14;
}
.TagClassName
{
border-color: #64AC14;
}
</style>