Shades of Conifer #A6E74A
Tints of Conifer #A6E74A
RGB
CMYK
RGB Variations
Color information
#A6E74A (or 0xA6E74A) is known color: Conifer. HEX triplet: A6, E7 and 4A. RGB value is (166,231,74). Sum of RGB (Red+Green+Blue) = 166+231+74=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 231 (90.62% from 255 or 49.04% from 471); Blue value is 74 (29.30% from 255 or 15.71% from 471); Max value from RGB is 231 - color contains mainly: green. Hex color #A6E74A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A6E74A is #5918B5. Grayscale: #C2C2C2. Windows color (decimal): -5839030 or 4908966. OLE color: 4908966.
HSL color Cylindrical-coordinate representation of color #A6E74A: hue angle of 84.84º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A6E74A is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 231 | 74 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.09 |
| HSL | 84.84º | 0.77% | 0.6% | - |
| HSV(B) | 84.84º | 0.68% | 0.91% | - |
| XYZ | 45.54 | 65.75 | 16.77 | - |
| YUV | 193.67 | 60.47 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 231 | 74 | 0.28 | 0 | 0.68 | 0.09 | 84.84 | 0.77 | 0.6 |
| Hex | A6 | E7 | 4A | 1C | 0 | 44 | 9 | 55 | 4D | 3C |
| Octal | 246 | 347 | 112 | 34 | 0 | 104 | 11 | 125 | 115 | 74 |
| Binary | 10100110 | 11100111 | 1001010 | 11100 | 0 | 1000100 | 1001 | 1010101 | 1001101 | 111100 |
Color Harmonies of #A6E74A
Complementary color
Monochromatic Colors of #A6E74A
Black with #A6E74A
Text Example
Text Example
White with #A6E74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E74A; }
p { color: rgb(166,231,74); }
H1.HeaderClassName
{
color: #A6E74A;
}
.AnyTagClassName
{
color: #A6E74A;
}
</style>
background-color css
<style>
a { background-color: #A6E74A; }
a { background-color: rgb(166,231,74); }
div.DivClassName
{
background-color: #A6E74A;
}
.BgClassName
{
background-color: #A6E74A;
}
</style>
border-color css
<style>
span { border-color: #A6E74A; }
span { border-color: rgb(166,231,74); }
td.TdClassName
{
border-color: #A6E74A;
}
.TagClassName
{
border-color: #A6E74A;
}
</style>