Shades of Christi #6DC00A
Tints of Christi #6DC00A
RGB
CMYK
RGB Variations
Color information
#6DC00A (or 0x6DC00A) is known color: Christi. HEX triplet: 6D, C0 and 0A. RGB value is (109,192,10). Sum of RGB (Red+Green+Blue) = 109+192+10=311 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.05% from 311); Green value is 192 (75.39% from 255 or 61.74% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 192 - color contains mainly: green. Hex color #6DC00A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DC00A is #923FF5. Grayscale: #939393. Windows color (decimal): -9584630 or 704621. OLE color: 704621.
HSL color Cylindrical-coordinate representation of color #6DC00A: hue angle of 87.36º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6DC00A is Cyan = 0.43, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 192 | 10 | - |
| CMYK | 0.43 | 0 | 0.95 | 0.25 |
| HSL | 87.36º | 0.9% | 0.4% | - |
| HSV(B) | 87.36º | 0.95% | 0.75% | - |
| XYZ | 25.21 | 40.97 | 6.87 | - |
| YUV | 146.44 | 51 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 192 | 10 | 0.43 | 0 | 0.95 | 0.25 | 87.36 | 0.9 | 0.4 |
| Hex | 6D | C0 | A | 2B | 0 | 5F | 19 | 57 | 5A | 28 |
| Octal | 155 | 300 | 12 | 53 | 0 | 137 | 31 | 127 | 132 | 50 |
| Binary | 1101101 | 11000000 | 1010 | 101011 | 0 | 1011111 | 11001 | 1010111 | 1011010 | 101000 |
Color Harmonies of #6DC00A
Complementary color
Monochromatic Colors of #6DC00A
Black with #6DC00A
Text Example
Text Example
White with #6DC00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC00A; }
p { color: rgb(109,192,10); }
H1.HeaderClassName
{
color: #6DC00A;
}
.AnyTagClassName
{
color: #6DC00A;
}
</style>
background-color css
<style>
a { background-color: #6DC00A; }
a { background-color: rgb(109,192,10); }
div.DivClassName
{
background-color: #6DC00A;
}
.BgClassName
{
background-color: #6DC00A;
}
</style>
border-color css
<style>
span { border-color: #6DC00A; }
span { border-color: rgb(109,192,10); }
td.TdClassName
{
border-color: #6DC00A;
}
.TagClassName
{
border-color: #6DC00A;
}
</style>