Shades of Conifer #A7EA65
Tints of Conifer #A7EA65
RGB
CMYK
RGB Variations
Color information
#A7EA65 (or 0xA7EA65) is known color: Conifer. HEX triplet: A7, EA and 65. RGB value is (167,234,101). Sum of RGB (Red+Green+Blue) = 167+234+101=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 234 (91.80% from 255 or 46.61% from 502); Blue value is 101 (39.84% from 255 or 20.12% from 502); Max value from RGB is 234 - color contains mainly: green. Hex color #A7EA65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7EA65 is #58159A. Grayscale: #C7C7C7. Windows color (decimal): -5772699 or 6679207. OLE color: 6679207.
HSL color Cylindrical-coordinate representation of color #A7EA65: hue angle of 90.23º 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 #A7EA65 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 234 | 101 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.08 |
| HSL | 90.23º | 0.76% | 0.66% | - |
| HSV(B) | 90.23º | 0.57% | 0.92% | - |
| XYZ | 47.71 | 68 | 22.92 | - |
| YUV | 198.81 | 72.8 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 234 | 101 | 0.29 | 0 | 0.57 | 0.08 | 90.23 | 0.76 | 0.66 |
| Hex | A7 | EA | 65 | 1D | 0 | 39 | 8 | 5A | 4C | 42 |
| Octal | 247 | 352 | 145 | 35 | 0 | 71 | 10 | 132 | 114 | 102 |
| Binary | 10100111 | 11101010 | 1100101 | 11101 | 0 | 111001 | 1000 | 1011010 | 1001100 | 1000010 |
Color Harmonies of #A7EA65
Complementary color
Monochromatic Colors of #A7EA65
Black with #A7EA65
Text Example
Text Example
White with #A7EA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EA65; }
p { color: rgb(167,234,101); }
H1.HeaderClassName
{
color: #A7EA65;
}
.AnyTagClassName
{
color: #A7EA65;
}
</style>
background-color css
<style>
a { background-color: #A7EA65; }
a { background-color: rgb(167,234,101); }
div.DivClassName
{
background-color: #A7EA65;
}
.BgClassName
{
background-color: #A7EA65;
}
</style>
border-color css
<style>
span { border-color: #A7EA65; }
span { border-color: rgb(167,234,101); }
td.TdClassName
{
border-color: #A7EA65;
}
.TagClassName
{
border-color: #A7EA65;
}
</style>