Shades of Christi #6AB400
Tints of Christi #6AB400
RGB
CMYK
RGB Variations
Color information
#6AB400 (or 0x6AB400) is known color: Christi. HEX triplet: 6A, B4 and 00. RGB value is (106,180,0). Sum of RGB (Red+Green+Blue) = 106+180+0=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 180 (70.70% from 255 or 62.94% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 180 - color contains mainly: green. Hex color #6AB400 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AB400 is #954BFF. Grayscale: #8A8A8A. Windows color (decimal): -9784320 or 46186. OLE color: 46186.
HSL color Cylindrical-coordinate representation of color #6AB400: hue angle of 84.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6AB400 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 180 | 0 | - |
| CMYK | 0.41 | 0 | 1 | 0.29 |
| HSL | 84.67º | 1% | 0.35% | - |
| HSV(B) | 84.67º | 1% | 0.71% | - |
| XYZ | 22.27 | 35.71 | 5.72 | - |
| YUV | 137.35 | 50.48 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 180 | 0 | 0.41 | 0 | 1 | 0.29 | 84.67 | 1 | 0.35 |
| Hex | 6A | B4 | 0 | 29 | 0 | 64 | 1D | 55 | 64 | 23 |
| Octal | 152 | 264 | 0 | 51 | 0 | 144 | 35 | 125 | 144 | 43 |
| Binary | 1101010 | 10110100 | 0 | 101001 | 0 | 1100100 | 11101 | 1010101 | 1100100 | 100011 |
Color Harmonies of #6AB400
Complementary color
Monochromatic Colors of #6AB400
Black with #6AB400
Text Example
Text Example
White with #6AB400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB400; }
p { color: rgb(106,180,0); }
H1.HeaderClassName
{
color: #6AB400;
}
.AnyTagClassName
{
color: #6AB400;
}
</style>
background-color css
<style>
a { background-color: #6AB400; }
a { background-color: rgb(106,180,0); }
div.DivClassName
{
background-color: #6AB400;
}
.BgClassName
{
background-color: #6AB400;
}
</style>
border-color css
<style>
span { border-color: #6AB400; }
span { border-color: rgb(106,180,0); }
td.TdClassName
{
border-color: #6AB400;
}
.TagClassName
{
border-color: #6AB400;
}
</style>