Shades of Christi #6DAC1E
Tints of Christi #6DAC1E
RGB
CMYK
RGB Variations
Color information
#6DAC1E (or 0x6DAC1E) is known color: Christi. HEX triplet: 6D, AC and 1E. RGB value is (109,172,30). Sum of RGB (Red+Green+Blue) = 109+172+30=311 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.05% from 311); Green value is 172 (67.58% from 255 or 55.31% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 172 - color contains mainly: green. Hex color #6DAC1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DAC1E is #9253E1. Grayscale: #898989. Windows color (decimal): -9589730 or 2010221. OLE color: 2010221.
HSL color Cylindrical-coordinate representation of color #6DAC1E: hue angle of 86.62º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6DAC1E is Cyan = 0.37, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 172 | 30 | - |
| CMYK | 0.37 | 0 | 0.83 | 0.33 |
| HSL | 86.62º | 0.7% | 0.4% | - |
| HSV(B) | 86.62º | 0.83% | 0.67% | - |
| XYZ | 21.29 | 32.85 | 6.45 | - |
| YUV | 136.98 | 67.63 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 172 | 30 | 0.37 | 0 | 0.83 | 0.33 | 86.62 | 0.7 | 0.4 |
| Hex | 6D | AC | 1E | 25 | 0 | 53 | 21 | 57 | 46 | 28 |
| Octal | 155 | 254 | 36 | 45 | 0 | 123 | 41 | 127 | 106 | 50 |
| Binary | 1101101 | 10101100 | 11110 | 100101 | 0 | 1010011 | 100001 | 1010111 | 1000110 | 101000 |
Color Harmonies of #6DAC1E
Complementary color
Monochromatic Colors of #6DAC1E
Black with #6DAC1E
Text Example
Text Example
White with #6DAC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAC1E; }
p { color: rgb(109,172,30); }
H1.HeaderClassName
{
color: #6DAC1E;
}
.AnyTagClassName
{
color: #6DAC1E;
}
</style>
background-color css
<style>
a { background-color: #6DAC1E; }
a { background-color: rgb(109,172,30); }
div.DivClassName
{
background-color: #6DAC1E;
}
.BgClassName
{
background-color: #6DAC1E;
}
</style>
border-color css
<style>
span { border-color: #6DAC1E; }
span { border-color: rgb(109,172,30); }
td.TdClassName
{
border-color: #6DAC1E;
}
.TagClassName
{
border-color: #6DAC1E;
}
</style>