Shades of Christi #6AC71A
Tints of Christi #6AC71A
RGB
CMYK
RGB Variations
Color information
#6AC71A (or 0x6AC71A) is known color: Christi. HEX triplet: 6A, C7 and 1A. RGB value is (106,199,26). Sum of RGB (Red+Green+Blue) = 106+199+26=331 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.02% from 331); Green value is 199 (78.12% from 255 or 60.12% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 199 - color contains mainly: green. Hex color #6AC71A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC71A is #9538E5. Grayscale: #989898. Windows color (decimal): -9779430 or 1754986. OLE color: 1754986.
HSL color Cylindrical-coordinate representation of color #6AC71A: hue angle of 92.25º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6AC71A is Cyan = 0.47, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 106 | 199 | 26 | - |
| CMYK | 0.47 | 0 | 0.87 | 0.22 |
| HSL | 92.25º | 0.77% | 0.44% | - |
| HSV(B) | 92.25º | 0.87% | 0.78% | - |
| XYZ | 26.55 | 43.99 | 8.07 | - |
| YUV | 151.47 | 57.19 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 199 | 26 | 0.47 | 0 | 0.87 | 0.22 | 92.25 | 0.77 | 0.44 |
| Hex | 6A | C7 | 1A | 2F | 0 | 57 | 16 | 5C | 4D | 2C |
| Octal | 152 | 307 | 32 | 57 | 0 | 127 | 26 | 134 | 115 | 54 |
| Binary | 1101010 | 11000111 | 11010 | 101111 | 0 | 1010111 | 10110 | 1011100 | 1001101 | 101100 |
Color Harmonies of #6AC71A
Complementary color
Monochromatic Colors of #6AC71A
Black with #6AC71A
Text Example
Text Example
White with #6AC71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC71A; }
p { color: rgb(106,199,26); }
H1.HeaderClassName
{
color: #6AC71A;
}
.AnyTagClassName
{
color: #6AC71A;
}
</style>
background-color css
<style>
a { background-color: #6AC71A; }
a { background-color: rgb(106,199,26); }
div.DivClassName
{
background-color: #6AC71A;
}
.BgClassName
{
background-color: #6AC71A;
}
</style>
border-color css
<style>
span { border-color: #6AC71A; }
span { border-color: rgb(106,199,26); }
td.TdClassName
{
border-color: #6AC71A;
}
.TagClassName
{
border-color: #6AC71A;
}
</style>