Shades of Conifer #A7EA68
Tints of Conifer #A7EA68
RGB
CMYK
RGB Variations
Color information
#A7EA68 (or 0xA7EA68) is known color: Conifer. HEX triplet: A7, EA and 68. RGB value is (167,234,104). Sum of RGB (Red+Green+Blue) = 167+234+104=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 234 - color contains mainly: green. Hex color #A7EA68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7EA68 is #581597. Grayscale: #C7C7C7. Windows color (decimal): -5772696 or 6875815. OLE color: 6875815.
HSL color Cylindrical-coordinate representation of color #A7EA68: hue angle of 90.92º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A7EA68 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 234 | 104 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.08 |
| HSL | 90.92º | 0.76% | 0.66% | - |
| HSV(B) | 90.92º | 0.56% | 0.92% | - |
| XYZ | 47.86 | 68.06 | 23.71 | - |
| YUV | 199.15 | 74.3 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 234 | 104 | 0.29 | 0 | 0.56 | 0.08 | 90.92 | 0.76 | 0.66 |
| Hex | A7 | EA | 68 | 1D | 0 | 38 | 8 | 5B | 4C | 42 |
| Octal | 247 | 352 | 150 | 35 | 0 | 70 | 10 | 133 | 114 | 102 |
| Binary | 10100111 | 11101010 | 1101000 | 11101 | 0 | 111000 | 1000 | 1011011 | 1001100 | 1000010 |
Color Harmonies of #A7EA68
Complementary color
Monochromatic Colors of #A7EA68
Black with #A7EA68
Text Example
Text Example
White with #A7EA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EA68; }
p { color: rgb(167,234,104); }
H1.HeaderClassName
{
color: #A7EA68;
}
.AnyTagClassName
{
color: #A7EA68;
}
</style>
background-color css
<style>
a { background-color: #A7EA68; }
a { background-color: rgb(167,234,104); }
div.DivClassName
{
background-color: #A7EA68;
}
.BgClassName
{
background-color: #A7EA68;
}
</style>
border-color css
<style>
span { border-color: #A7EA68; }
span { border-color: rgb(167,234,104); }
td.TdClassName
{
border-color: #A7EA68;
}
.TagClassName
{
border-color: #A7EA68;
}
</style>