Shades of Christi #64AC09
Tints of Christi #64AC09
RGB
CMYK
RGB Variations
Color information
#64AC09 (or 0x64AC09) is known color: Christi. HEX triplet: 64, AC and 09. RGB value is (100,172,9). Sum of RGB (Red+Green+Blue) = 100+172+9=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 172 (67.58% from 255 or 61.21% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64AC09 is #9B53F6. Grayscale: #848484. Windows color (decimal): -10179575 or 633956. OLE color: 633956.
HSL color Cylindrical-coordinate representation of color #64AC09: hue angle of 86.5º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #64AC09 is Cyan = 0.42, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 172 | 9 | - |
| CMYK | 0.42 | 0 | 0.95 | 0.33 |
| HSL | 86.5º | 0.9% | 0.35% | - |
| HSV(B) | 86.5º | 0.95% | 0.67% | - |
| XYZ | 20.06 | 32.23 | 5.42 | - |
| YUV | 131.89 | 58.65 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 9 | 0.42 | 0 | 0.95 | 0.33 | 86.5 | 0.9 | 0.35 |
| Hex | 64 | AC | 9 | 2A | 0 | 5F | 21 | 57 | 5A | 23 |
| Octal | 144 | 254 | 11 | 52 | 0 | 137 | 41 | 127 | 132 | 43 |
| Binary | 1100100 | 10101100 | 1001 | 101010 | 0 | 1011111 | 100001 | 1010111 | 1011010 | 100011 |
Color Harmonies of #64AC09
Complementary color
Monochromatic Colors of #64AC09
Black with #64AC09
Text Example
Text Example
White with #64AC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AC09; }
p { color: rgb(100,172,9); }
H1.HeaderClassName
{
color: #64AC09;
}
.AnyTagClassName
{
color: #64AC09;
}
</style>
background-color css
<style>
a { background-color: #64AC09; }
a { background-color: rgb(100,172,9); }
div.DivClassName
{
background-color: #64AC09;
}
.BgClassName
{
background-color: #64AC09;
}
</style>
border-color css
<style>
span { border-color: #64AC09; }
span { border-color: rgb(100,172,9); }
td.TdClassName
{
border-color: #64AC09;
}
.TagClassName
{
border-color: #64AC09;
}
</style>