Shades of Conifer #A6EA4A
Tints of Conifer #A6EA4A
RGB
CMYK
RGB Variations
Color information
#A6EA4A (or 0xA6EA4A) is known color: Conifer. HEX triplet: A6, EA and 4A. RGB value is (166,234,74). Sum of RGB (Red+Green+Blue) = 166+234+74=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 234 (91.80% from 255 or 49.37% from 474); Blue value is 74 (29.30% from 255 or 15.61% from 474); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EA4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A6EA4A is #5915B5. Grayscale: #C4C4C4. Windows color (decimal): -5838262 or 4909734. OLE color: 4909734.
HSL color Cylindrical-coordinate representation of color #A6EA4A: hue angle of 85.5º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A6EA4A is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 234 | 74 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.08 |
| HSL | 85.5º | 0.79% | 0.6% | - |
| HSV(B) | 85.5º | 0.68% | 0.92% | - |
| XYZ | 46.38 | 67.45 | 17.05 | - |
| YUV | 195.43 | 59.47 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 234 | 74 | 0.29 | 0 | 0.68 | 0.08 | 85.5 | 0.79 | 0.6 |
| Hex | A6 | EA | 4A | 1D | 0 | 44 | 8 | 56 | 4F | 3C |
| Octal | 246 | 352 | 112 | 35 | 0 | 104 | 10 | 126 | 117 | 74 |
| Binary | 10100110 | 11101010 | 1001010 | 11101 | 0 | 1000100 | 1000 | 1010110 | 1001111 | 111100 |
Color Harmonies of #A6EA4A
Complementary color
Monochromatic Colors of #A6EA4A
Black with #A6EA4A
Text Example
Text Example
White with #A6EA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EA4A; }
p { color: rgb(166,234,74); }
H1.HeaderClassName
{
color: #A6EA4A;
}
.AnyTagClassName
{
color: #A6EA4A;
}
</style>
background-color css
<style>
a { background-color: #A6EA4A; }
a { background-color: rgb(166,234,74); }
div.DivClassName
{
background-color: #A6EA4A;
}
.BgClassName
{
background-color: #A6EA4A;
}
</style>
border-color css
<style>
span { border-color: #A6EA4A; }
span { border-color: rgb(166,234,74); }
td.TdClassName
{
border-color: #A6EA4A;
}
.TagClassName
{
border-color: #A6EA4A;
}
</style>