Shades of Christi #6AB41C
Tints of Christi #6AB41C
RGB
CMYK
RGB Variations
Color information
#6AB41C (or 0x6AB41C) is known color: Christi. HEX triplet: 6A, B4 and 1C. RGB value is (106,180,28). Sum of RGB (Red+Green+Blue) = 106+180+28=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 180 (70.70% from 255 or 57.32% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 180 - color contains mainly: green. Hex color #6AB41C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AB41C is #954BE3. Grayscale: #8D8D8D. Windows color (decimal): -9784292 or 1881194. OLE color: 1881194.
HSL color Cylindrical-coordinate representation of color #6AB41C: hue angle of 89.21º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6AB41C is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 180 | 28 | - |
| CMYK | 0.41 | 0 | 0.84 | 0.29 |
| HSL | 89.21º | 0.73% | 0.41% | - |
| HSV(B) | 89.21º | 0.84% | 0.71% | - |
| XYZ | 22.47 | 35.79 | 6.82 | - |
| YUV | 140.55 | 64.48 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 180 | 28 | 0.41 | 0 | 0.84 | 0.29 | 89.21 | 0.73 | 0.41 |
| Hex | 6A | B4 | 1C | 29 | 0 | 54 | 1D | 59 | 49 | 29 |
| Octal | 152 | 264 | 34 | 51 | 0 | 124 | 35 | 131 | 111 | 51 |
| Binary | 1101010 | 10110100 | 11100 | 101001 | 0 | 1010100 | 11101 | 1011001 | 1001001 | 101001 |
Color Harmonies of #6AB41C
Complementary color
Monochromatic Colors of #6AB41C
Black with #6AB41C
Text Example
Text Example
White with #6AB41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB41C; }
p { color: rgb(106,180,28); }
H1.HeaderClassName
{
color: #6AB41C;
}
.AnyTagClassName
{
color: #6AB41C;
}
</style>
background-color css
<style>
a { background-color: #6AB41C; }
a { background-color: rgb(106,180,28); }
div.DivClassName
{
background-color: #6AB41C;
}
.BgClassName
{
background-color: #6AB41C;
}
</style>
border-color css
<style>
span { border-color: #6AB41C; }
span { border-color: rgb(106,180,28); }
td.TdClassName
{
border-color: #6AB41C;
}
.TagClassName
{
border-color: #6AB41C;
}
</style>