Shades of Christi #6DCA0A
Tints of Christi #6DCA0A
RGB
CMYK
RGB Variations
Color information
#6DCA0A (or 0x6DCA0A) is known color: Christi. HEX triplet: 6D, CA and 0A. RGB value is (109,202,10). Sum of RGB (Red+Green+Blue) = 109+202+10=321 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.96% from 321); Green value is 202 (79.30% from 255 or 62.93% from 321); Blue value is 10 (4.30% from 255 or 3.12% from 321); Max value from RGB is 202 - color contains mainly: green. Hex color #6DCA0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DCA0A is #9235F5. Grayscale: #989898. Windows color (decimal): -9582070 or 707181. OLE color: 707181.
HSL color Cylindrical-coordinate representation of color #6DCA0A: hue angle of 89.06º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6DCA0A is Cyan = 0.46, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 202 | 10 | - |
| CMYK | 0.46 | 0 | 0.95 | 0.21 |
| HSL | 89.06º | 0.91% | 0.42% | - |
| HSV(B) | 89.06º | 0.95% | 0.79% | - |
| XYZ | 27.48 | 45.51 | 7.62 | - |
| YUV | 152.31 | 47.69 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 202 | 10 | 0.46 | 0 | 0.95 | 0.21 | 89.06 | 0.91 | 0.42 |
| Hex | 6D | CA | A | 2E | 0 | 5F | 15 | 59 | 5B | 2A |
| Octal | 155 | 312 | 12 | 56 | 0 | 137 | 25 | 131 | 133 | 52 |
| Binary | 1101101 | 11001010 | 1010 | 101110 | 0 | 1011111 | 10101 | 1011001 | 1011011 | 101010 |
Color Harmonies of #6DCA0A
Complementary color
Monochromatic Colors of #6DCA0A
Black with #6DCA0A
Text Example
Text Example
White with #6DCA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCA0A; }
p { color: rgb(109,202,10); }
H1.HeaderClassName
{
color: #6DCA0A;
}
.AnyTagClassName
{
color: #6DCA0A;
}
</style>
background-color css
<style>
a { background-color: #6DCA0A; }
a { background-color: rgb(109,202,10); }
div.DivClassName
{
background-color: #6DCA0A;
}
.BgClassName
{
background-color: #6DCA0A;
}
</style>
border-color css
<style>
span { border-color: #6DCA0A; }
span { border-color: rgb(109,202,10); }
td.TdClassName
{
border-color: #6DCA0A;
}
.TagClassName
{
border-color: #6DCA0A;
}
</style>