Shades of Conifer #A5DD4D
Tints of Conifer #A5DD4D
RGB
CMYK
RGB Variations
Color information
#A5DD4D (or 0xA5DD4D) is known color: Conifer. HEX triplet: A5, DD and 4D. RGB value is (165,221,77). Sum of RGB (Red+Green+Blue) = 165+221+77=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DD4D is #5A22B2. Grayscale: #BCBCBC. Windows color (decimal): -5907123 or 5103013. OLE color: 5103013.
HSL color Cylindrical-coordinate representation of color #A5DD4D: hue angle of 83.33º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5DD4D is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 221 | 77 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.13 |
| HSL | 83.33º | 0.68% | 0.58% | - |
| HSV(B) | 83.33º | 0.65% | 0.87% | - |
| XYZ | 42.71 | 60.25 | 16.4 | - |
| YUV | 187.84 | 65.45 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 221 | 77 | 0.25 | 0 | 0.65 | 0.13 | 83.33 | 0.68 | 0.58 |
| Hex | A5 | DD | 4D | 19 | 0 | 41 | D | 53 | 44 | 3A |
| Octal | 245 | 335 | 115 | 31 | 0 | 101 | 15 | 123 | 104 | 72 |
| Binary | 10100101 | 11011101 | 1001101 | 11001 | 0 | 1000001 | 1101 | 1010011 | 1000100 | 111010 |
Color Harmonies of #A5DD4D
Complementary color
Monochromatic Colors of #A5DD4D
Black with #A5DD4D
Text Example
Text Example
White with #A5DD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DD4D; }
p { color: rgb(165,221,77); }
H1.HeaderClassName
{
color: #A5DD4D;
}
.AnyTagClassName
{
color: #A5DD4D;
}
</style>
background-color css
<style>
a { background-color: #A5DD4D; }
a { background-color: rgb(165,221,77); }
div.DivClassName
{
background-color: #A5DD4D;
}
.BgClassName
{
background-color: #A5DD4D;
}
</style>
border-color css
<style>
span { border-color: #A5DD4D; }
span { border-color: rgb(165,221,77); }
td.TdClassName
{
border-color: #A5DD4D;
}
.TagClassName
{
border-color: #A5DD4D;
}
</style>