Shades of Christi #6DA90E
Tints of Christi #6DA90E
RGB
CMYK
RGB Variations
Color information
#6DA90E (or 0x6DA90E) is known color: Christi. HEX triplet: 6D, A9 and 0E. RGB value is (109,169,14). Sum of RGB (Red+Green+Blue) = 109+169+14=292 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.33% from 292); Green value is 169 (66.41% from 255 or 57.88% from 292); Blue value is 14 (5.86% from 255 or 4.79% from 292); Max value from RGB is 169 - color contains mainly: green. Hex color #6DA90E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DA90E is #9256F1. Grayscale: #858585. Windows color (decimal): -9590514 or 960877. OLE color: 960877.
HSL color Cylindrical-coordinate representation of color #6DA90E: hue angle of 83.23º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6DA90E is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 109 | 169 | 14 | - |
| CMYK | 0.36 | 0 | 0.92 | 0.34 |
| HSL | 83.23º | 0.85% | 0.36% | - |
| HSV(B) | 83.23º | 0.92% | 0.66% | - |
| XYZ | 20.57 | 31.66 | 5.44 | - |
| YUV | 133.39 | 60.62 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 169 | 14 | 0.36 | 0 | 0.92 | 0.34 | 83.23 | 0.85 | 0.36 |
| Hex | 6D | A9 | E | 24 | 0 | 5C | 22 | 53 | 55 | 24 |
| Octal | 155 | 251 | 16 | 44 | 0 | 134 | 42 | 123 | 125 | 44 |
| Binary | 1101101 | 10101001 | 1110 | 100100 | 0 | 1011100 | 100010 | 1010011 | 1010101 | 100100 |
Color Harmonies of #6DA90E
Complementary color
Monochromatic Colors of #6DA90E
Black with #6DA90E
Text Example
Text Example
White with #6DA90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA90E; }
p { color: rgb(109,169,14); }
H1.HeaderClassName
{
color: #6DA90E;
}
.AnyTagClassName
{
color: #6DA90E;
}
</style>
background-color css
<style>
a { background-color: #6DA90E; }
a { background-color: rgb(109,169,14); }
div.DivClassName
{
background-color: #6DA90E;
}
.BgClassName
{
background-color: #6DA90E;
}
</style>
border-color css
<style>
span { border-color: #6DA90E; }
span { border-color: rgb(109,169,14); }
td.TdClassName
{
border-color: #6DA90E;
}
.TagClassName
{
border-color: #6DA90E;
}
</style>