Shades of Conifer #A2E467
Tints of Conifer #A2E467
RGB
CMYK
RGB Variations
Color information
#A2E467 (or 0xA2E467) is known color: Conifer. HEX triplet: A2, E4 and 67. RGB value is (162,228,103). Sum of RGB (Red+Green+Blue) = 162+228+103=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 228 (89.45% from 255 or 46.25% from 493); Blue value is 103 (40.62% from 255 or 20.89% from 493); Max value from RGB is 228 - color contains mainly: green. Hex color #A2E467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E467 is #5D1B98. Grayscale: #C2C2C2. Windows color (decimal): -6101913 or 6808738. OLE color: 6808738.
HSL color Cylindrical-coordinate representation of color #A2E467: hue angle of 91.68º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2E467 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 228 | 103 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.11 |
| HSL | 91.68º | 0.7% | 0.65% | - |
| HSV(B) | 91.68º | 0.55% | 0.89% | - |
| XYZ | 45.09 | 64.15 | 22.84 | - |
| YUV | 194.02 | 76.63 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 228 | 103 | 0.29 | 0 | 0.55 | 0.11 | 91.68 | 0.7 | 0.65 |
| Hex | A2 | E4 | 67 | 1D | 0 | 37 | B | 5C | 46 | 41 |
| Octal | 242 | 344 | 147 | 35 | 0 | 67 | 13 | 134 | 106 | 101 |
| Binary | 10100010 | 11100100 | 1100111 | 11101 | 0 | 110111 | 1011 | 1011100 | 1000110 | 1000001 |
Color Harmonies of #A2E467
Complementary color
Monochromatic Colors of #A2E467
Black with #A2E467
Text Example
Text Example
White with #A2E467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E467; }
p { color: rgb(162,228,103); }
H1.HeaderClassName
{
color: #A2E467;
}
.AnyTagClassName
{
color: #A2E467;
}
</style>
background-color css
<style>
a { background-color: #A2E467; }
a { background-color: rgb(162,228,103); }
div.DivClassName
{
background-color: #A2E467;
}
.BgClassName
{
background-color: #A2E467;
}
</style>
border-color css
<style>
span { border-color: #A2E467; }
span { border-color: rgb(162,228,103); }
td.TdClassName
{
border-color: #A2E467;
}
.TagClassName
{
border-color: #A2E467;
}
</style>