Shades of Christi #6ABC13
Tints of Christi #6ABC13
RGB
CMYK
RGB Variations
Color information
#6ABC13 (or 0x6ABC13) is known color: Christi. HEX triplet: 6A, BC and 13. RGB value is (106,188,19). Sum of RGB (Red+Green+Blue) = 106+188+19=313 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.87% from 313); Green value is 188 (73.83% from 255 or 60.06% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 188 - color contains mainly: green. Hex color #6ABC13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ABC13 is #9543EC. Grayscale: #909090. Windows color (decimal): -9782253 or 1293418. OLE color: 1293418.
HSL color Cylindrical-coordinate representation of color #6ABC13: hue angle of 89.11º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6ABC13 is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 188 | 19 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.26 |
| HSL | 89.11º | 0.82% | 0.41% | - |
| HSV(B) | 89.11º | 0.9% | 0.74% | - |
| XYZ | 24.04 | 39.08 | 6.89 | - |
| YUV | 144.22 | 57.33 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 188 | 19 | 0.44 | 0 | 0.90 | 0.26 | 89.11 | 0.82 | 0.41 |
| Hex | 6A | BC | 13 | 2C | 0 | 5A | 1A | 59 | 52 | 29 |
| Octal | 152 | 274 | 23 | 54 | 0 | 132 | 32 | 131 | 122 | 51 |
| Binary | 1101010 | 10111100 | 10011 | 101100 | 0 | 1011010 | 11010 | 1011001 | 1010010 | 101001 |
Color Harmonies of #6ABC13
Complementary color
Monochromatic Colors of #6ABC13
Black with #6ABC13
Text Example
Text Example
White with #6ABC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABC13; }
p { color: rgb(106,188,19); }
H1.HeaderClassName
{
color: #6ABC13;
}
.AnyTagClassName
{
color: #6ABC13;
}
</style>
background-color css
<style>
a { background-color: #6ABC13; }
a { background-color: rgb(106,188,19); }
div.DivClassName
{
background-color: #6ABC13;
}
.BgClassName
{
background-color: #6ABC13;
}
</style>
border-color css
<style>
span { border-color: #6ABC13; }
span { border-color: rgb(106,188,19); }
td.TdClassName
{
border-color: #6ABC13;
}
.TagClassName
{
border-color: #6ABC13;
}
</style>