Shades of Christi #6AB518
Tints of Christi #6AB518
RGB
CMYK
RGB Variations
Color information
#6AB518 (or 0x6AB518) is known color: Christi. HEX triplet: 6A, B5 and 18. RGB value is (106,181,24). Sum of RGB (Red+Green+Blue) = 106+181+24=311 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.08% from 311); Green value is 181 (71.09% from 255 or 58.20% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 181 - color contains mainly: green. Hex color #6AB518 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AB518 is #954AE7. Grayscale: #8D8D8D. Windows color (decimal): -9784040 or 1619306. OLE color: 1619306.
HSL color Cylindrical-coordinate representation of color #6AB518: hue angle of 88.66º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6AB518 is Cyan = 0.41, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 181 | 24 | - |
| CMYK | 0.41 | 0 | 0.87 | 0.29 |
| HSL | 88.66º | 0.77% | 0.4% | - |
| HSV(B) | 88.66º | 0.87% | 0.71% | - |
| XYZ | 22.63 | 36.18 | 6.65 | - |
| YUV | 140.68 | 62.15 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 181 | 24 | 0.41 | 0 | 0.87 | 0.29 | 88.66 | 0.77 | 0.4 |
| Hex | 6A | B5 | 18 | 29 | 0 | 57 | 1D | 59 | 4D | 28 |
| Octal | 152 | 265 | 30 | 51 | 0 | 127 | 35 | 131 | 115 | 50 |
| Binary | 1101010 | 10110101 | 11000 | 101001 | 0 | 1010111 | 11101 | 1011001 | 1001101 | 101000 |
Color Harmonies of #6AB518
Complementary color
Monochromatic Colors of #6AB518
Black with #6AB518
Text Example
Text Example
White with #6AB518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB518; }
p { color: rgb(106,181,24); }
H1.HeaderClassName
{
color: #6AB518;
}
.AnyTagClassName
{
color: #6AB518;
}
</style>
background-color css
<style>
a { background-color: #6AB518; }
a { background-color: rgb(106,181,24); }
div.DivClassName
{
background-color: #6AB518;
}
.BgClassName
{
background-color: #6AB518;
}
</style>
border-color css
<style>
span { border-color: #6AB518; }
span { border-color: rgb(106,181,24); }
td.TdClassName
{
border-color: #6AB518;
}
.TagClassName
{
border-color: #6AB518;
}
</style>