Shades of Christi #61AC00
Tints of Christi #61AC00
RGB
CMYK
RGB Variations
Color information
#61AC00 (or 0x61AC00) is known color: Christi. HEX triplet: 61, AC and 00. RGB value is (97,172,0). Sum of RGB (Red+Green+Blue) = 97+172+0=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 172 (67.58% from 255 or 63.94% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 172 - color contains mainly: green. Hex color #61AC00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61AC00 is #9E53FF. Grayscale: #828282. Windows color (decimal): -10376192 or 44129. OLE color: 44129.
HSL color Cylindrical-coordinate representation of color #61AC00: hue angle of 86.16º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #61AC00 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 172 | 0 | - |
| CMYK | 0.44 | 0 | 1 | 0.33 |
| HSL | 86.16º | 1% | 0.34% | - |
| HSV(B) | 86.16º | 1% | 0.67% | - |
| XYZ | 19.68 | 32.05 | 5.15 | - |
| YUV | 129.97 | 54.65 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 172 | 0 | 0.44 | 0 | 1 | 0.33 | 86.16 | 1 | 0.34 |
| Hex | 61 | AC | 0 | 2C | 0 | 64 | 21 | 56 | 64 | 22 |
| Octal | 141 | 254 | 0 | 54 | 0 | 144 | 41 | 126 | 144 | 42 |
| Binary | 1100001 | 10101100 | 0 | 101100 | 0 | 1100100 | 100001 | 1010110 | 1100100 | 100010 |
Color Harmonies of #61AC00
Complementary color
Monochromatic Colors of #61AC00
Black with #61AC00
Text Example
Text Example
White with #61AC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AC00; }
p { color: rgb(97,172,0); }
H1.HeaderClassName
{
color: #61AC00;
}
.AnyTagClassName
{
color: #61AC00;
}
</style>
background-color css
<style>
a { background-color: #61AC00; }
a { background-color: rgb(97,172,0); }
div.DivClassName
{
background-color: #61AC00;
}
.BgClassName
{
background-color: #61AC00;
}
</style>
border-color css
<style>
span { border-color: #61AC00; }
span { border-color: rgb(97,172,0); }
td.TdClassName
{
border-color: #61AC00;
}
.TagClassName
{
border-color: #61AC00;
}
</style>