Shades of Christi #6AC128
Tints of Christi #6AC128
RGB
CMYK
RGB Variations
Color information
#6AC128 (or 0x6AC128) is known color: Christi. HEX triplet: 6A, C1 and 28. RGB value is (106,193,40). Sum of RGB (Red+Green+Blue) = 106+193+40=339 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.27% from 339); Green value is 193 (75.78% from 255 or 56.93% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 193 - color contains mainly: green. Hex color #6AC128 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC128 is #953ED7. Grayscale: #969696. Windows color (decimal): -9780952 or 2670954. OLE color: 2670954.
HSL color Cylindrical-coordinate representation of color #6AC128: hue angle of 94.12º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6AC128 is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 106 | 193 | 40 | - |
| CMYK | 0.45 | 0 | 0.79 | 0.24 |
| HSL | 94.12º | 0.66% | 0.46% | - |
| HSV(B) | 94.12º | 0.79% | 0.76% | - |
| XYZ | 25.4 | 41.36 | 8.65 | - |
| YUV | 149.55 | 66.18 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 193 | 40 | 0.45 | 0 | 0.79 | 0.24 | 94.12 | 0.66 | 0.46 |
| Hex | 6A | C1 | 28 | 2D | 0 | 4F | 18 | 5E | 42 | 2E |
| Octal | 152 | 301 | 50 | 55 | 0 | 117 | 30 | 136 | 102 | 56 |
| Binary | 1101010 | 11000001 | 101000 | 101101 | 0 | 1001111 | 11000 | 1011110 | 1000010 | 101110 |
Color Harmonies of #6AC128
Complementary color
Monochromatic Colors of #6AC128
Black with #6AC128
Text Example
Text Example
White with #6AC128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC128; }
p { color: rgb(106,193,40); }
H1.HeaderClassName
{
color: #6AC128;
}
.AnyTagClassName
{
color: #6AC128;
}
</style>
background-color css
<style>
a { background-color: #6AC128; }
a { background-color: rgb(106,193,40); }
div.DivClassName
{
background-color: #6AC128;
}
.BgClassName
{
background-color: #6AC128;
}
</style>
border-color css
<style>
span { border-color: #6AC128; }
span { border-color: rgb(106,193,40); }
td.TdClassName
{
border-color: #6AC128;
}
.TagClassName
{
border-color: #6AC128;
}
</style>