Shades of Conifer #A6EA52
Tints of Conifer #A6EA52
RGB
CMYK
RGB Variations
Color information
#A6EA52 (or 0xA6EA52) is known color: Conifer. HEX triplet: A6, EA and 52. RGB value is (166,234,82). Sum of RGB (Red+Green+Blue) = 166+234+82=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 234 (91.80% from 255 or 48.55% from 482); Blue value is 82 (32.42% from 255 or 17.01% from 482); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EA52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6EA52 is #5915AD. Grayscale: #C4C4C4. Windows color (decimal): -5838254 or 5434022. OLE color: 5434022.
HSL color Cylindrical-coordinate representation of color #A6EA52: hue angle of 86.84º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A6EA52 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 234 | 82 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.08 |
| HSL | 86.84º | 0.78% | 0.62% | - |
| HSV(B) | 86.84º | 0.65% | 0.92% | - |
| XYZ | 46.67 | 67.56 | 18.56 | - |
| YUV | 196.34 | 63.47 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 234 | 82 | 0.29 | 0 | 0.65 | 0.08 | 86.84 | 0.78 | 0.62 |
| Hex | A6 | EA | 52 | 1D | 0 | 41 | 8 | 57 | 4E | 3E |
| Octal | 246 | 352 | 122 | 35 | 0 | 101 | 10 | 127 | 116 | 76 |
| Binary | 10100110 | 11101010 | 1010010 | 11101 | 0 | 1000001 | 1000 | 1010111 | 1001110 | 111110 |
Color Harmonies of #A6EA52
Complementary color
Monochromatic Colors of #A6EA52
Black with #A6EA52
Text Example
Text Example
White with #A6EA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EA52; }
p { color: rgb(166,234,82); }
H1.HeaderClassName
{
color: #A6EA52;
}
.AnyTagClassName
{
color: #A6EA52;
}
</style>
background-color css
<style>
a { background-color: #A6EA52; }
a { background-color: rgb(166,234,82); }
div.DivClassName
{
background-color: #A6EA52;
}
.BgClassName
{
background-color: #A6EA52;
}
</style>
border-color css
<style>
span { border-color: #A6EA52; }
span { border-color: rgb(166,234,82); }
td.TdClassName
{
border-color: #A6EA52;
}
.TagClassName
{
border-color: #A6EA52;
}
</style>