Shades of Christi #6AC517
Tints of Christi #6AC517
RGB
CMYK
RGB Variations
Color information
#6AC517 (or 0x6AC517) is known color: Christi. HEX triplet: 6A, C5 and 17. RGB value is (106,197,23). Sum of RGB (Red+Green+Blue) = 106+197+23=326 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.52% from 326); Green value is 197 (77.34% from 255 or 60.43% from 326); Blue value is 23 (9.38% from 255 or 7.06% from 326); Max value from RGB is 197 - color contains mainly: green. Hex color #6AC517 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AC517 is #953AE8. Grayscale: #969696. Windows color (decimal): -9779945 or 1557866. OLE color: 1557866.
HSL color Cylindrical-coordinate representation of color #6AC517: hue angle of 91.38º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6AC517 is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 106 | 197 | 23 | - |
| CMYK | 0.46 | 0 | 0.88 | 0.23 |
| HSL | 91.38º | 0.79% | 0.43% | - |
| HSV(B) | 91.38º | 0.88% | 0.77% | - |
| XYZ | 26.06 | 43.06 | 7.75 | - |
| YUV | 149.96 | 56.35 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 197 | 23 | 0.46 | 0 | 0.88 | 0.23 | 91.38 | 0.79 | 0.43 |
| Hex | 6A | C5 | 17 | 2E | 0 | 58 | 17 | 5B | 4F | 2B |
| Octal | 152 | 305 | 27 | 56 | 0 | 130 | 27 | 133 | 117 | 53 |
| Binary | 1101010 | 11000101 | 10111 | 101110 | 0 | 1011000 | 10111 | 1011011 | 1001111 | 101011 |
Color Harmonies of #6AC517
Complementary color
Monochromatic Colors of #6AC517
Black with #6AC517
Text Example
Text Example
White with #6AC517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC517; }
p { color: rgb(106,197,23); }
H1.HeaderClassName
{
color: #6AC517;
}
.AnyTagClassName
{
color: #6AC517;
}
</style>
background-color css
<style>
a { background-color: #6AC517; }
a { background-color: rgb(106,197,23); }
div.DivClassName
{
background-color: #6AC517;
}
.BgClassName
{
background-color: #6AC517;
}
</style>
border-color css
<style>
span { border-color: #6AC517; }
span { border-color: rgb(106,197,23); }
td.TdClassName
{
border-color: #6AC517;
}
.TagClassName
{
border-color: #6AC517;
}
</style>