Shades of Christi #6EAF1C
Tints of Christi #6EAF1C
RGB
CMYK
RGB Variations
Color information
#6EAF1C (or 0x6EAF1C) is known color: Christi. HEX triplet: 6E, AF and 1C. RGB value is (110,175,28). Sum of RGB (Red+Green+Blue) = 110+175+28=313 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.14% from 313); Green value is 175 (68.75% from 255 or 55.91% from 313); Blue value is 28 (11.33% from 255 or 8.95% from 313); Max value from RGB is 175 - color contains mainly: green. Hex color #6EAF1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EAF1C is #9150E3. Grayscale: #8B8B8B. Windows color (decimal): -9523428 or 1879918. OLE color: 1879918.
HSL color Cylindrical-coordinate representation of color #6EAF1C: hue angle of 86.53º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6EAF1C is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 175 | 28 | - |
| CMYK | 0.37 | 0 | 0.84 | 0.31 |
| HSL | 86.53º | 0.72% | 0.4% | - |
| HSV(B) | 86.53º | 0.84% | 0.69% | - |
| XYZ | 21.97 | 34.06 | 6.51 | - |
| YUV | 138.81 | 65.47 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 175 | 28 | 0.37 | 0 | 0.84 | 0.31 | 86.53 | 0.72 | 0.4 |
| Hex | 6E | AF | 1C | 25 | 0 | 54 | 1F | 57 | 48 | 28 |
| Octal | 156 | 257 | 34 | 45 | 0 | 124 | 37 | 127 | 110 | 50 |
| Binary | 1101110 | 10101111 | 11100 | 100101 | 0 | 1010100 | 11111 | 1010111 | 1001000 | 101000 |
Color Harmonies of #6EAF1C
Complementary color
Monochromatic Colors of #6EAF1C
Black with #6EAF1C
Text Example
Text Example
White with #6EAF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAF1C; }
p { color: rgb(110,175,28); }
H1.HeaderClassName
{
color: #6EAF1C;
}
.AnyTagClassName
{
color: #6EAF1C;
}
</style>
background-color css
<style>
a { background-color: #6EAF1C; }
a { background-color: rgb(110,175,28); }
div.DivClassName
{
background-color: #6EAF1C;
}
.BgClassName
{
background-color: #6EAF1C;
}
</style>
border-color css
<style>
span { border-color: #6EAF1C; }
span { border-color: rgb(110,175,28); }
td.TdClassName
{
border-color: #6EAF1C;
}
.TagClassName
{
border-color: #6EAF1C;
}
</style>