Shades of Christi #6AB52A
Tints of Christi #6AB52A
RGB
CMYK
RGB Variations
Color information
#6AB52A (or 0x6AB52A) is known color: Christi. HEX triplet: 6A, B5 and 2A. RGB value is (106,181,42). Sum of RGB (Red+Green+Blue) = 106+181+42=329 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.22% from 329); Green value is 181 (71.09% from 255 or 55.02% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 181 - color contains mainly: green. Hex color #6AB52A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AB52A is #954AD5. Grayscale: #8F8F8F. Windows color (decimal): -9784022 or 2798954. OLE color: 2798954.
HSL color Cylindrical-coordinate representation of color #6AB52A: hue angle of 92.37º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6AB52A is Cyan = 0.41, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 181 | 42 | - |
| CMYK | 0.41 | 0 | 0.77 | 0.29 |
| HSL | 92.37º | 0.62% | 0.44% | - |
| HSV(B) | 92.37º | 0.77% | 0.71% | - |
| XYZ | 22.89 | 36.28 | 7.99 | - |
| YUV | 142.73 | 71.15 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 181 | 42 | 0.41 | 0 | 0.77 | 0.29 | 92.37 | 0.62 | 0.44 |
| Hex | 6A | B5 | 2A | 29 | 0 | 4D | 1D | 5C | 3E | 2C |
| Octal | 152 | 265 | 52 | 51 | 0 | 115 | 35 | 134 | 76 | 54 |
| Binary | 1101010 | 10110101 | 101010 | 101001 | 0 | 1001101 | 11101 | 1011100 | 111110 | 101100 |
Color Harmonies of #6AB52A
Complementary color
Monochromatic Colors of #6AB52A
Black with #6AB52A
Text Example
Text Example
White with #6AB52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB52A; }
p { color: rgb(106,181,42); }
H1.HeaderClassName
{
color: #6AB52A;
}
.AnyTagClassName
{
color: #6AB52A;
}
</style>
background-color css
<style>
a { background-color: #6AB52A; }
a { background-color: rgb(106,181,42); }
div.DivClassName
{
background-color: #6AB52A;
}
.BgClassName
{
background-color: #6AB52A;
}
</style>
border-color css
<style>
span { border-color: #6AB52A; }
span { border-color: rgb(106,181,42); }
td.TdClassName
{
border-color: #6AB52A;
}
.TagClassName
{
border-color: #6AB52A;
}
</style>