Shades of Christi #6AC424
Tints of Christi #6AC424
RGB
CMYK
RGB Variations
Color information
#6AC424 (or 0x6AC424) is known color: Christi. HEX triplet: 6A, C4 and 24. RGB value is (106,196,36). Sum of RGB (Red+Green+Blue) = 106+196+36=338 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.36% from 338); Green value is 196 (76.95% from 255 or 57.99% from 338); Blue value is 36 (14.45% from 255 or 10.65% from 338); Max value from RGB is 196 - color contains mainly: green. Hex color #6AC424 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC424 is #953BDB. Grayscale: #979797. Windows color (decimal): -9780188 or 2409578. OLE color: 2409578.
HSL color Cylindrical-coordinate representation of color #6AC424: hue angle of 93.75º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6AC424 is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 106 | 196 | 36 | - |
| CMYK | 0.46 | 0 | 0.82 | 0.23 |
| HSL | 93.75º | 0.69% | 0.45% | - |
| HSV(B) | 93.75º | 0.82% | 0.77% | - |
| XYZ | 26 | 42.67 | 8.54 | - |
| YUV | 150.85 | 63.18 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 196 | 36 | 0.46 | 0 | 0.82 | 0.23 | 93.75 | 0.69 | 0.45 |
| Hex | 6A | C4 | 24 | 2E | 0 | 52 | 17 | 5E | 45 | 2D |
| Octal | 152 | 304 | 44 | 56 | 0 | 122 | 27 | 136 | 105 | 55 |
| Binary | 1101010 | 11000100 | 100100 | 101110 | 0 | 1010010 | 10111 | 1011110 | 1000101 | 101101 |
Color Harmonies of #6AC424
Complementary color
Monochromatic Colors of #6AC424
Black with #6AC424
Text Example
Text Example
White with #6AC424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC424; }
p { color: rgb(106,196,36); }
H1.HeaderClassName
{
color: #6AC424;
}
.AnyTagClassName
{
color: #6AC424;
}
</style>
background-color css
<style>
a { background-color: #6AC424; }
a { background-color: rgb(106,196,36); }
div.DivClassName
{
background-color: #6AC424;
}
.BgClassName
{
background-color: #6AC424;
}
</style>
border-color css
<style>
span { border-color: #6AC424; }
span { border-color: rgb(106,196,36); }
td.TdClassName
{
border-color: #6AC424;
}
.TagClassName
{
border-color: #6AC424;
}
</style>