Shades of Christi #6DAF1A
Tints of Christi #6DAF1A
RGB
CMYK
RGB Variations
Color information
#6DAF1A (or 0x6DAF1A) is known color: Christi. HEX triplet: 6D, AF and 1A. RGB value is (109,175,26). Sum of RGB (Red+Green+Blue) = 109+175+26=310 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.16% from 310); Green value is 175 (68.75% from 255 or 56.45% from 310); Blue value is 26 (10.55% from 255 or 8.39% from 310); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAF1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DAF1A is #9250E5. Grayscale: #8A8A8A. Windows color (decimal): -9588966 or 1748845. OLE color: 1748845.
HSL color Cylindrical-coordinate representation of color #6DAF1A: hue angle of 86.58º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6DAF1A is Cyan = 0.38, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 175 | 26 | - |
| CMYK | 0.38 | 0 | 0.85 | 0.31 |
| HSL | 86.58º | 0.74% | 0.39% | - |
| HSV(B) | 86.58º | 0.85% | 0.69% | - |
| XYZ | 21.82 | 33.99 | 6.39 | - |
| YUV | 138.28 | 64.63 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 175 | 26 | 0.38 | 0 | 0.85 | 0.31 | 86.58 | 0.74 | 0.39 |
| Hex | 6D | AF | 1A | 26 | 0 | 55 | 1F | 57 | 4A | 27 |
| Octal | 155 | 257 | 32 | 46 | 0 | 125 | 37 | 127 | 112 | 47 |
| Binary | 1101101 | 10101111 | 11010 | 100110 | 0 | 1010101 | 11111 | 1010111 | 1001010 | 100111 |
Color Harmonies of #6DAF1A
Complementary color
Monochromatic Colors of #6DAF1A
Black with #6DAF1A
Text Example
Text Example
White with #6DAF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAF1A; }
p { color: rgb(109,175,26); }
H1.HeaderClassName
{
color: #6DAF1A;
}
.AnyTagClassName
{
color: #6DAF1A;
}
</style>
background-color css
<style>
a { background-color: #6DAF1A; }
a { background-color: rgb(109,175,26); }
div.DivClassName
{
background-color: #6DAF1A;
}
.BgClassName
{
background-color: #6DAF1A;
}
</style>
border-color css
<style>
span { border-color: #6DAF1A; }
span { border-color: rgb(109,175,26); }
td.TdClassName
{
border-color: #6DAF1A;
}
.TagClassName
{
border-color: #6DAF1A;
}
</style>