Shades of Christi #6ABA12
Tints of Christi #6ABA12
RGB
CMYK
RGB Variations
Color information
#6ABA12 (or 0x6ABA12) is known color: Christi. HEX triplet: 6A, BA and 12. RGB value is (106,186,18). Sum of RGB (Red+Green+Blue) = 106+186+18=310 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.19% from 310); Green value is 186 (73.05% from 255 or 60% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 186 - color contains mainly: green. Hex color #6ABA12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ABA12 is #9545ED. Grayscale: #8F8F8F. Windows color (decimal): -9782766 or 1227370. OLE color: 1227370.
HSL color Cylindrical-coordinate representation of color #6ABA12: hue angle of 88.57º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6ABA12 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 186 | 18 | - |
| CMYK | 0.43 | 0 | 0.90 | 0.27 |
| HSL | 88.57º | 0.82% | 0.4% | - |
| HSV(B) | 88.57º | 0.9% | 0.73% | - |
| XYZ | 23.61 | 38.23 | 6.71 | - |
| YUV | 142.93 | 57.5 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 186 | 18 | 0.43 | 0 | 0.90 | 0.27 | 88.57 | 0.82 | 0.4 |
| Hex | 6A | BA | 12 | 2B | 0 | 5A | 1B | 59 | 52 | 28 |
| Octal | 152 | 272 | 22 | 53 | 0 | 132 | 33 | 131 | 122 | 50 |
| Binary | 1101010 | 10111010 | 10010 | 101011 | 0 | 1011010 | 11011 | 1011001 | 1010010 | 101000 |
Color Harmonies of #6ABA12
Complementary color
Monochromatic Colors of #6ABA12
Black with #6ABA12
Text Example
Text Example
White with #6ABA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABA12; }
p { color: rgb(106,186,18); }
H1.HeaderClassName
{
color: #6ABA12;
}
.AnyTagClassName
{
color: #6ABA12;
}
</style>
background-color css
<style>
a { background-color: #6ABA12; }
a { background-color: rgb(106,186,18); }
div.DivClassName
{
background-color: #6ABA12;
}
.BgClassName
{
background-color: #6ABA12;
}
</style>
border-color css
<style>
span { border-color: #6ABA12; }
span { border-color: rgb(106,186,18); }
td.TdClassName
{
border-color: #6ABA12;
}
.TagClassName
{
border-color: #6ABA12;
}
</style>