Shades of Christi #6ABA1D
Tints of Christi #6ABA1D
RGB
CMYK
RGB Variations
Color information
#6ABA1D (or 0x6ABA1D) is known color: Christi. HEX triplet: 6A, BA and 1D. RGB value is (106,186,29). Sum of RGB (Red+Green+Blue) = 106+186+29=321 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.02% from 321); Green value is 186 (73.05% from 255 or 57.94% from 321); Blue value is 29 (11.72% from 255 or 9.03% from 321); Max value from RGB is 186 - color contains mainly: green. Hex color #6ABA1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABA1D is #9545E2. Grayscale: #909090. Windows color (decimal): -9782755 or 1948266. OLE color: 1948266.
HSL color Cylindrical-coordinate representation of color #6ABA1D: hue angle of 90.57º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6ABA1D is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 186 | 29 | - |
| CMYK | 0.43 | 0 | 0.84 | 0.27 |
| HSL | 90.57º | 0.73% | 0.42% | - |
| HSV(B) | 90.57º | 0.84% | 0.73% | - |
| XYZ | 23.72 | 38.27 | 7.3 | - |
| YUV | 144.18 | 63 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 186 | 29 | 0.43 | 0 | 0.84 | 0.27 | 90.57 | 0.73 | 0.42 |
| Hex | 6A | BA | 1D | 2B | 0 | 54 | 1B | 5B | 49 | 2A |
| Octal | 152 | 272 | 35 | 53 | 0 | 124 | 33 | 133 | 111 | 52 |
| Binary | 1101010 | 10111010 | 11101 | 101011 | 0 | 1010100 | 11011 | 1011011 | 1001001 | 101010 |
Color Harmonies of #6ABA1D
Complementary color
Monochromatic Colors of #6ABA1D
Black with #6ABA1D
Text Example
Text Example
White with #6ABA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABA1D; }
p { color: rgb(106,186,29); }
H1.HeaderClassName
{
color: #6ABA1D;
}
.AnyTagClassName
{
color: #6ABA1D;
}
</style>
background-color css
<style>
a { background-color: #6ABA1D; }
a { background-color: rgb(106,186,29); }
div.DivClassName
{
background-color: #6ABA1D;
}
.BgClassName
{
background-color: #6ABA1D;
}
</style>
border-color css
<style>
span { border-color: #6ABA1D; }
span { border-color: rgb(106,186,29); }
td.TdClassName
{
border-color: #6ABA1D;
}
.TagClassName
{
border-color: #6ABA1D;
}
</style>