Shades of Christi #6AC027
Tints of Christi #6AC027
RGB
CMYK
RGB Variations
Color information
#6AC027 (or 0x6AC027) is known color: Christi. HEX triplet: 6A, C0 and 27. RGB value is (106,192,39). Sum of RGB (Red+Green+Blue) = 106+192+39=337 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.45% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 39 (15.62% from 255 or 11.57% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #6AC027 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC027 is #953FD8. Grayscale: #959595. Windows color (decimal): -9781209 or 2605162. OLE color: 2605162.
HSL color Cylindrical-coordinate representation of color #6AC027: hue angle of 93.73º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6AC027 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 192 | 39 | - |
| CMYK | 0.45 | 0 | 0.80 | 0.25 |
| HSL | 93.73º | 0.66% | 0.45% | - |
| HSV(B) | 93.73º | 0.8% | 0.75% | - |
| XYZ | 25.16 | 40.91 | 8.49 | - |
| YUV | 148.84 | 66.01 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 192 | 39 | 0.45 | 0 | 0.80 | 0.25 | 93.73 | 0.66 | 0.45 |
| Hex | 6A | C0 | 27 | 2D | 0 | 50 | 19 | 5E | 42 | 2D |
| Octal | 152 | 300 | 47 | 55 | 0 | 120 | 31 | 136 | 102 | 55 |
| Binary | 1101010 | 11000000 | 100111 | 101101 | 0 | 1010000 | 11001 | 1011110 | 1000010 | 101101 |
Color Harmonies of #6AC027
Complementary color
Monochromatic Colors of #6AC027
Black with #6AC027
Text Example
Text Example
White with #6AC027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC027; }
p { color: rgb(106,192,39); }
H1.HeaderClassName
{
color: #6AC027;
}
.AnyTagClassName
{
color: #6AC027;
}
</style>
background-color css
<style>
a { background-color: #6AC027; }
a { background-color: rgb(106,192,39); }
div.DivClassName
{
background-color: #6AC027;
}
.BgClassName
{
background-color: #6AC027;
}
</style>
border-color css
<style>
span { border-color: #6AC027; }
span { border-color: rgb(106,192,39); }
td.TdClassName
{
border-color: #6AC027;
}
.TagClassName
{
border-color: #6AC027;
}
</style>