Shades of Christi #64AC19
Tints of Christi #64AC19
RGB
CMYK
RGB Variations
Color information
#64AC19 (or 0x64AC19) is known color: Christi. HEX triplet: 64, AC and 19. RGB value is (100,172,25). Sum of RGB (Red+Green+Blue) = 100+172+25=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 172 (67.58% from 255 or 57.91% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64AC19 is #9B53E6. Grayscale: #868686. Windows color (decimal): -10179559 or 1682532. OLE color: 1682532.
HSL color Cylindrical-coordinate representation of color #64AC19: hue angle of 89.39º degrees, saturation: 0.75, 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 #64AC19 is Cyan = 0.42, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 172 | 25 | - |
| CMYK | 0.42 | 0 | 0.85 | 0.33 |
| HSL | 89.39º | 0.75% | 0.39% | - |
| HSV(B) | 89.39º | 0.85% | 0.67% | - |
| XYZ | 20.18 | 32.28 | 6.09 | - |
| YUV | 133.71 | 66.65 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 25 | 0.42 | 0 | 0.85 | 0.33 | 89.39 | 0.75 | 0.39 |
| Hex | 64 | AC | 19 | 2A | 0 | 55 | 21 | 59 | 4B | 27 |
| Octal | 144 | 254 | 31 | 52 | 0 | 125 | 41 | 131 | 113 | 47 |
| Binary | 1100100 | 10101100 | 11001 | 101010 | 0 | 1010101 | 100001 | 1011001 | 1001011 | 100111 |
Color Harmonies of #64AC19
Complementary color
Monochromatic Colors of #64AC19
Black with #64AC19
Text Example
Text Example
White with #64AC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AC19; }
p { color: rgb(100,172,25); }
H1.HeaderClassName
{
color: #64AC19;
}
.AnyTagClassName
{
color: #64AC19;
}
</style>
background-color css
<style>
a { background-color: #64AC19; }
a { background-color: rgb(100,172,25); }
div.DivClassName
{
background-color: #64AC19;
}
.BgClassName
{
background-color: #64AC19;
}
</style>
border-color css
<style>
span { border-color: #64AC19; }
span { border-color: rgb(100,172,25); }
td.TdClassName
{
border-color: #64AC19;
}
.TagClassName
{
border-color: #64AC19;
}
</style>