Shades of Christi #6AB81E
Tints of Christi #6AB81E
RGB
CMYK
RGB Variations
Color information
#6AB81E (or 0x6AB81E) is known color: Christi. HEX triplet: 6A, B8 and 1E. RGB value is (106,184,30). Sum of RGB (Red+Green+Blue) = 106+184+30=320 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.12% from 320); Green value is 184 (72.27% from 255 or 57.5% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 184 - color contains mainly: green. Hex color #6AB81E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AB81E is #9547E1. Grayscale: #8F8F8F. Windows color (decimal): -9783266 or 2013290. OLE color: 2013290.
HSL color Cylindrical-coordinate representation of color #6AB81E: hue angle of 90.39º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6AB81E is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 106 | 184 | 30 | - |
| CMYK | 0.42 | 0 | 0.84 | 0.28 |
| HSL | 90.39º | 0.72% | 0.42% | - |
| HSV(B) | 90.39º | 0.84% | 0.72% | - |
| XYZ | 23.32 | 37.44 | 7.23 | - |
| YUV | 143.12 | 64.16 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 184 | 30 | 0.42 | 0 | 0.84 | 0.28 | 90.39 | 0.72 | 0.42 |
| Hex | 6A | B8 | 1E | 2A | 0 | 54 | 1C | 5A | 48 | 2A |
| Octal | 152 | 270 | 36 | 52 | 0 | 124 | 34 | 132 | 110 | 52 |
| Binary | 1101010 | 10111000 | 11110 | 101010 | 0 | 1010100 | 11100 | 1011010 | 1001000 | 101010 |
Color Harmonies of #6AB81E
Complementary color
Monochromatic Colors of #6AB81E
Black with #6AB81E
Text Example
Text Example
White with #6AB81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB81E; }
p { color: rgb(106,184,30); }
H1.HeaderClassName
{
color: #6AB81E;
}
.AnyTagClassName
{
color: #6AB81E;
}
</style>
background-color css
<style>
a { background-color: #6AB81E; }
a { background-color: rgb(106,184,30); }
div.DivClassName
{
background-color: #6AB81E;
}
.BgClassName
{
background-color: #6AB81E;
}
</style>
border-color css
<style>
span { border-color: #6AB81E; }
span { border-color: rgb(106,184,30); }
td.TdClassName
{
border-color: #6AB81E;
}
.TagClassName
{
border-color: #6AB81E;
}
</style>