Shades of Christi #6ABC11
Tints of Christi #6ABC11
RGB
CMYK
RGB Variations
Color information
#6ABC11 (or 0x6ABC11) is known color: Christi. HEX triplet: 6A, BC and 11. RGB value is (106,188,17). Sum of RGB (Red+Green+Blue) = 106+188+17=311 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.08% from 311); Green value is 188 (73.83% from 255 or 60.45% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 188 - color contains mainly: green. Hex color #6ABC11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ABC11 is #9543EE. Grayscale: #909090. Windows color (decimal): -9782255 or 1162346. OLE color: 1162346.
HSL color Cylindrical-coordinate representation of color #6ABC11: hue angle of 88.77º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6ABC11 is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 188 | 17 | - |
| CMYK | 0.44 | 0 | 0.91 | 0.26 |
| HSL | 88.77º | 0.83% | 0.4% | - |
| HSV(B) | 88.77º | 0.91% | 0.74% | - |
| XYZ | 24.03 | 39.07 | 6.81 | - |
| YUV | 143.99 | 56.33 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 188 | 17 | 0.44 | 0 | 0.91 | 0.26 | 88.77 | 0.83 | 0.4 |
| Hex | 6A | BC | 11 | 2C | 0 | 5B | 1A | 59 | 53 | 28 |
| Octal | 152 | 274 | 21 | 54 | 0 | 133 | 32 | 131 | 123 | 50 |
| Binary | 1101010 | 10111100 | 10001 | 101100 | 0 | 1011011 | 11010 | 1011001 | 1010011 | 101000 |
Color Harmonies of #6ABC11
Complementary color
Monochromatic Colors of #6ABC11
Black with #6ABC11
Text Example
Text Example
White with #6ABC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABC11; }
p { color: rgb(106,188,17); }
H1.HeaderClassName
{
color: #6ABC11;
}
.AnyTagClassName
{
color: #6ABC11;
}
</style>
background-color css
<style>
a { background-color: #6ABC11; }
a { background-color: rgb(106,188,17); }
div.DivClassName
{
background-color: #6ABC11;
}
.BgClassName
{
background-color: #6ABC11;
}
</style>
border-color css
<style>
span { border-color: #6ABC11; }
span { border-color: rgb(106,188,17); }
td.TdClassName
{
border-color: #6ABC11;
}
.TagClassName
{
border-color: #6ABC11;
}
</style>