Shades of Christi #61AC1D
Tints of Christi #61AC1D
RGB
CMYK
RGB Variations
Color information
#61AC1D (or 0x61AC1D) is known color: Christi. HEX triplet: 61, AC and 1D. RGB value is (97,172,29). Sum of RGB (Red+Green+Blue) = 97+172+29=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 172 (67.58% from 255 or 57.72% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 172 - color contains mainly: green. Hex color #61AC1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61AC1D is #9E53E2. Grayscale: #858585. Windows color (decimal): -10376163 or 1944673. OLE color: 1944673.
HSL color Cylindrical-coordinate representation of color #61AC1D: hue angle of 91.47º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #61AC1D is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 172 | 29 | - |
| CMYK | 0.44 | 0 | 0.83 | 0.33 |
| HSL | 91.47º | 0.71% | 0.39% | - |
| HSV(B) | 91.47º | 0.83% | 0.67% | - |
| XYZ | 19.9 | 32.14 | 6.32 | - |
| YUV | 133.27 | 69.15 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 172 | 29 | 0.44 | 0 | 0.83 | 0.33 | 91.47 | 0.71 | 0.39 |
| Hex | 61 | AC | 1D | 2C | 0 | 53 | 21 | 5B | 47 | 27 |
| Octal | 141 | 254 | 35 | 54 | 0 | 123 | 41 | 133 | 107 | 47 |
| Binary | 1100001 | 10101100 | 11101 | 101100 | 0 | 1010011 | 100001 | 1011011 | 1000111 | 100111 |
Color Harmonies of #61AC1D
Complementary color
Monochromatic Colors of #61AC1D
Black with #61AC1D
Text Example
Text Example
White with #61AC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AC1D; }
p { color: rgb(97,172,29); }
H1.HeaderClassName
{
color: #61AC1D;
}
.AnyTagClassName
{
color: #61AC1D;
}
</style>
background-color css
<style>
a { background-color: #61AC1D; }
a { background-color: rgb(97,172,29); }
div.DivClassName
{
background-color: #61AC1D;
}
.BgClassName
{
background-color: #61AC1D;
}
</style>
border-color css
<style>
span { border-color: #61AC1D; }
span { border-color: rgb(97,172,29); }
td.TdClassName
{
border-color: #61AC1D;
}
.TagClassName
{
border-color: #61AC1D;
}
</style>