Shades of Christi #6AC008
Tints of Christi #6AC008
RGB
CMYK
RGB Variations
Color information
#6AC008 (or 0x6AC008) is known color: Christi. HEX triplet: 6A, C0 and 08. RGB value is (106,192,8). Sum of RGB (Red+Green+Blue) = 106+192+8=306 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.64% from 306); Green value is 192 (75.39% from 255 or 62.75% from 306); Blue value is 8 (3.52% from 255 or 2.61% from 306); Max value from RGB is 192 - color contains mainly: green. Hex color #6AC008 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AC008 is #953FF7. Grayscale: #919191. Windows color (decimal): -9781240 or 573546. OLE color: 573546.
HSL color Cylindrical-coordinate representation of color #6AC008: hue angle of 88.04º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6AC008 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 192 | 8 | - |
| CMYK | 0.45 | 0 | 0.96 | 0.25 |
| HSL | 88.04º | 0.92% | 0.39% | - |
| HSV(B) | 88.04º | 0.96% | 0.75% | - |
| XYZ | 24.84 | 40.78 | 6.79 | - |
| YUV | 145.31 | 50.51 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 192 | 8 | 0.45 | 0 | 0.96 | 0.25 | 88.04 | 0.92 | 0.39 |
| Hex | 6A | C0 | 8 | 2D | 0 | 60 | 19 | 58 | 5C | 27 |
| Octal | 152 | 300 | 10 | 55 | 0 | 140 | 31 | 130 | 134 | 47 |
| Binary | 1101010 | 11000000 | 1000 | 101101 | 0 | 1100000 | 11001 | 1011000 | 1011100 | 100111 |
Color Harmonies of #6AC008
Complementary color
Monochromatic Colors of #6AC008
Black with #6AC008
Text Example
Text Example
White with #6AC008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC008; }
p { color: rgb(106,192,8); }
H1.HeaderClassName
{
color: #6AC008;
}
.AnyTagClassName
{
color: #6AC008;
}
</style>
background-color css
<style>
a { background-color: #6AC008; }
a { background-color: rgb(106,192,8); }
div.DivClassName
{
background-color: #6AC008;
}
.BgClassName
{
background-color: #6AC008;
}
</style>
border-color css
<style>
span { border-color: #6AC008; }
span { border-color: rgb(106,192,8); }
td.TdClassName
{
border-color: #6AC008;
}
.TagClassName
{
border-color: #6AC008;
}
</style>