Shades of Christi #6ABA04
Tints of Christi #6ABA04
RGB
CMYK
RGB Variations
Color information
#6ABA04 (or 0x6ABA04) is known color: Christi. HEX triplet: 6A, BA and 04. RGB value is (106,186,4). Sum of RGB (Red+Green+Blue) = 106+186+4=296 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.81% from 296); Green value is 186 (73.05% from 255 or 62.84% from 296); Blue value is 4 (1.95% from 255 or 1.35% from 296); Max value from RGB is 186 - color contains mainly: green. Hex color #6ABA04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ABA04 is #9545FB. Grayscale: #8D8D8D. Windows color (decimal): -9782780 or 309866. OLE color: 309866.
HSL color Cylindrical-coordinate representation of color #6ABA04: hue angle of 86.37º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6ABA04 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 186 | 4 | - |
| CMYK | 0.43 | 0 | 0.98 | 0.27 |
| HSL | 86.37º | 0.96% | 0.37% | - |
| HSV(B) | 86.37º | 0.98% | 0.73% | - |
| XYZ | 23.52 | 38.19 | 6.25 | - |
| YUV | 141.33 | 50.5 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 186 | 4 | 0.43 | 0 | 0.98 | 0.27 | 86.37 | 0.96 | 0.37 |
| Hex | 6A | BA | 4 | 2B | 0 | 62 | 1B | 56 | 60 | 25 |
| Octal | 152 | 272 | 4 | 53 | 0 | 142 | 33 | 126 | 140 | 45 |
| Binary | 1101010 | 10111010 | 100 | 101011 | 0 | 1100010 | 11011 | 1010110 | 1100000 | 100101 |
Color Harmonies of #6ABA04
Complementary color
Monochromatic Colors of #6ABA04
Black with #6ABA04
Text Example
Text Example
White with #6ABA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABA04; }
p { color: rgb(106,186,4); }
H1.HeaderClassName
{
color: #6ABA04;
}
.AnyTagClassName
{
color: #6ABA04;
}
</style>
background-color css
<style>
a { background-color: #6ABA04; }
a { background-color: rgb(106,186,4); }
div.DivClassName
{
background-color: #6ABA04;
}
.BgClassName
{
background-color: #6ABA04;
}
</style>
border-color css
<style>
span { border-color: #6ABA04; }
span { border-color: rgb(106,186,4); }
td.TdClassName
{
border-color: #6ABA04;
}
.TagClassName
{
border-color: #6ABA04;
}
</style>