Shades of Christi #6AC528
Tints of Christi #6AC528
RGB
CMYK
RGB Variations
Color information
#6AC528 (or 0x6AC528) is known color: Christi. HEX triplet: 6A, C5 and 28. RGB value is (106,197,40). Sum of RGB (Red+Green+Blue) = 106+197+40=343 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.90% from 343); Green value is 197 (77.34% from 255 or 57.43% from 343); Blue value is 40 (16.02% from 255 or 11.66% from 343); Max value from RGB is 197 - color contains mainly: green. Hex color #6AC528 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC528 is #953AD7. Grayscale: #989898. Windows color (decimal): -9779928 or 2671978. OLE color: 2671978.
HSL color Cylindrical-coordinate representation of color #6AC528: hue angle of 94.78º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6AC528 is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 106 | 197 | 40 | - |
| CMYK | 0.46 | 0 | 0.80 | 0.23 |
| HSL | 94.78º | 0.66% | 0.46% | - |
| HSV(B) | 94.78º | 0.8% | 0.77% | - |
| XYZ | 26.29 | 43.15 | 8.95 | - |
| YUV | 151.89 | 64.85 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 197 | 40 | 0.46 | 0 | 0.80 | 0.23 | 94.78 | 0.66 | 0.46 |
| Hex | 6A | C5 | 28 | 2E | 0 | 50 | 17 | 5F | 42 | 2E |
| Octal | 152 | 305 | 50 | 56 | 0 | 120 | 27 | 137 | 102 | 56 |
| Binary | 1101010 | 11000101 | 101000 | 101110 | 0 | 1010000 | 10111 | 1011111 | 1000010 | 101110 |
Color Harmonies of #6AC528
Complementary color
Monochromatic Colors of #6AC528
Black with #6AC528
Text Example
Text Example
White with #6AC528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC528; }
p { color: rgb(106,197,40); }
H1.HeaderClassName
{
color: #6AC528;
}
.AnyTagClassName
{
color: #6AC528;
}
</style>
background-color css
<style>
a { background-color: #6AC528; }
a { background-color: rgb(106,197,40); }
div.DivClassName
{
background-color: #6AC528;
}
.BgClassName
{
background-color: #6AC528;
}
</style>
border-color css
<style>
span { border-color: #6AC528; }
span { border-color: rgb(106,197,40); }
td.TdClassName
{
border-color: #6AC528;
}
.TagClassName
{
border-color: #6AC528;
}
</style>