Shades of Conifer #A2EA65
Tints of Conifer #A2EA65
RGB
CMYK
RGB Variations
Color information
#A2EA65 (or 0xA2EA65) is known color: Conifer. HEX triplet: A2, EA and 65. RGB value is (162,234,101). Sum of RGB (Red+Green+Blue) = 162+234+101=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EA65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EA65 is #5D159A. Grayscale: #C5C5C5. Windows color (decimal): -6100379 or 6679202. OLE color: 6679202.
HSL color Cylindrical-coordinate representation of color #A2EA65: hue angle of 92.48º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2EA65 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 234 | 101 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.08 |
| HSL | 92.48º | 0.76% | 0.66% | - |
| HSV(B) | 92.48º | 0.57% | 0.92% | - |
| XYZ | 46.67 | 67.47 | 22.87 | - |
| YUV | 197.31 | 73.65 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 234 | 101 | 0.31 | 0 | 0.57 | 0.08 | 92.48 | 0.76 | 0.66 |
| Hex | A2 | EA | 65 | 1F | 0 | 39 | 8 | 5C | 4C | 42 |
| Octal | 242 | 352 | 145 | 37 | 0 | 71 | 10 | 134 | 114 | 102 |
| Binary | 10100010 | 11101010 | 1100101 | 11111 | 0 | 111001 | 1000 | 1011100 | 1001100 | 1000010 |
Color Harmonies of #A2EA65
Complementary color
Monochromatic Colors of #A2EA65
Black with #A2EA65
Text Example
Text Example
White with #A2EA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EA65; }
p { color: rgb(162,234,101); }
H1.HeaderClassName
{
color: #A2EA65;
}
.AnyTagClassName
{
color: #A2EA65;
}
</style>
background-color css
<style>
a { background-color: #A2EA65; }
a { background-color: rgb(162,234,101); }
div.DivClassName
{
background-color: #A2EA65;
}
.BgClassName
{
background-color: #A2EA65;
}
</style>
border-color css
<style>
span { border-color: #A2EA65; }
span { border-color: rgb(162,234,101); }
td.TdClassName
{
border-color: #A2EA65;
}
.TagClassName
{
border-color: #A2EA65;
}
</style>