Shades of Christi #6ABC15
Tints of Christi #6ABC15
RGB
CMYK
RGB Variations
Color information
#6ABC15 (or 0x6ABC15) is known color: Christi. HEX triplet: 6A, BC and 15. RGB value is (106,188,21). Sum of RGB (Red+Green+Blue) = 106+188+21=315 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.65% from 315); Green value is 188 (73.83% from 255 or 59.68% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 188 - color contains mainly: green. Hex color #6ABC15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ABC15 is #9543EA. Grayscale: #919191. Windows color (decimal): -9782251 or 1424490. OLE color: 1424490.
HSL color Cylindrical-coordinate representation of color #6ABC15: hue angle of 89.46º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6ABC15 is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 188 | 21 | - |
| CMYK | 0.44 | 0 | 0.89 | 0.26 |
| HSL | 89.46º | 0.8% | 0.41% | - |
| HSV(B) | 89.46º | 0.89% | 0.74% | - |
| XYZ | 24.06 | 39.08 | 6.99 | - |
| YUV | 144.44 | 58.33 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 188 | 21 | 0.44 | 0 | 0.89 | 0.26 | 89.46 | 0.8 | 0.41 |
| Hex | 6A | BC | 15 | 2C | 0 | 59 | 1A | 59 | 50 | 29 |
| Octal | 152 | 274 | 25 | 54 | 0 | 131 | 32 | 131 | 120 | 51 |
| Binary | 1101010 | 10111100 | 10101 | 101100 | 0 | 1011001 | 11010 | 1011001 | 1010000 | 101001 |
Color Harmonies of #6ABC15
Complementary color
Monochromatic Colors of #6ABC15
Black with #6ABC15
Text Example
Text Example
White with #6ABC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABC15; }
p { color: rgb(106,188,21); }
H1.HeaderClassName
{
color: #6ABC15;
}
.AnyTagClassName
{
color: #6ABC15;
}
</style>
background-color css
<style>
a { background-color: #6ABC15; }
a { background-color: rgb(106,188,21); }
div.DivClassName
{
background-color: #6ABC15;
}
.BgClassName
{
background-color: #6ABC15;
}
</style>
border-color css
<style>
span { border-color: #6ABC15; }
span { border-color: rgb(106,188,21); }
td.TdClassName
{
border-color: #6ABC15;
}
.TagClassName
{
border-color: #6ABC15;
}
</style>