Shades of Conifer #A4D665
Tints of Conifer #A4D665
RGB
CMYK
RGB Variations
Color information
#A4D665 (or 0xA4D665) is known color: Conifer. HEX triplet: A4, D6 and 65. RGB value is (164,214,101). Sum of RGB (Red+Green+Blue) = 164+214+101=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D665 is #5B299A. Grayscale: #BABABA. Windows color (decimal): -5974427 or 6674084. OLE color: 6674084.
HSL color Cylindrical-coordinate representation of color #A4D665: hue angle of 86.55º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A4D665 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 214 | 101 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.16 |
| HSL | 86.55º | 0.58% | 0.62% | - |
| HSV(B) | 86.55º | 0.53% | 0.84% | - |
| XYZ | 41.71 | 56.93 | 21.1 | - |
| YUV | 186.17 | 79.94 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 214 | 101 | 0.23 | 0 | 0.53 | 0.16 | 86.55 | 0.58 | 0.62 |
| Hex | A4 | D6 | 65 | 17 | 0 | 35 | 10 | 57 | 3A | 3E |
| Octal | 244 | 326 | 145 | 27 | 0 | 65 | 20 | 127 | 72 | 76 |
| Binary | 10100100 | 11010110 | 1100101 | 10111 | 0 | 110101 | 10000 | 1010111 | 111010 | 111110 |
Color Harmonies of #A4D665
Complementary color
Monochromatic Colors of #A4D665
Black with #A4D665
Text Example
Text Example
White with #A4D665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D665; }
p { color: rgb(164,214,101); }
H1.HeaderClassName
{
color: #A4D665;
}
.AnyTagClassName
{
color: #A4D665;
}
</style>
background-color css
<style>
a { background-color: #A4D665; }
a { background-color: rgb(164,214,101); }
div.DivClassName
{
background-color: #A4D665;
}
.BgClassName
{
background-color: #A4D665;
}
</style>
border-color css
<style>
span { border-color: #A4D665; }
span { border-color: rgb(164,214,101); }
td.TdClassName
{
border-color: #A4D665;
}
.TagClassName
{
border-color: #A4D665;
}
</style>