Shades of Christi #6AC326
Tints of Christi #6AC326
RGB
CMYK
RGB Variations
Color information
#6AC326 (or 0x6AC326) is known color: Christi. HEX triplet: 6A, C3 and 26. RGB value is (106,195,38). Sum of RGB (Red+Green+Blue) = 106+195+38=339 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.27% from 339); Green value is 195 (76.56% from 255 or 57.52% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 195 - color contains mainly: green. Hex color #6AC326 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC326 is #953CD9. Grayscale: #979797. Windows color (decimal): -9780442 or 2540394. OLE color: 2540394.
HSL color Cylindrical-coordinate representation of color #6AC326: hue angle of 94.01º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6AC326 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 106 | 195 | 38 | - |
| CMYK | 0.46 | 0 | 0.81 | 0.24 |
| HSL | 94.01º | 0.67% | 0.46% | - |
| HSV(B) | 94.01º | 0.81% | 0.76% | - |
| XYZ | 25.81 | 42.23 | 8.63 | - |
| YUV | 150.49 | 64.51 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 195 | 38 | 0.46 | 0 | 0.81 | 0.24 | 94.01 | 0.67 | 0.46 |
| Hex | 6A | C3 | 26 | 2E | 0 | 51 | 18 | 5E | 43 | 2E |
| Octal | 152 | 303 | 46 | 56 | 0 | 121 | 30 | 136 | 103 | 56 |
| Binary | 1101010 | 11000011 | 100110 | 101110 | 0 | 1010001 | 11000 | 1011110 | 1000011 | 101110 |
Color Harmonies of #6AC326
Complementary color
Monochromatic Colors of #6AC326
Black with #6AC326
Text Example
Text Example
White with #6AC326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC326; }
p { color: rgb(106,195,38); }
H1.HeaderClassName
{
color: #6AC326;
}
.AnyTagClassName
{
color: #6AC326;
}
</style>
background-color css
<style>
a { background-color: #6AC326; }
a { background-color: rgb(106,195,38); }
div.DivClassName
{
background-color: #6AC326;
}
.BgClassName
{
background-color: #6AC326;
}
</style>
border-color css
<style>
span { border-color: #6AC326; }
span { border-color: rgb(106,195,38); }
td.TdClassName
{
border-color: #6AC326;
}
.TagClassName
{
border-color: #6AC326;
}
</style>