Shades of Conifer #A5DA4D
Tints of Conifer #A5DA4D
RGB
CMYK
RGB Variations
Color information
#A5DA4D (or 0xA5DA4D) is known color: Conifer. HEX triplet: A5, DA and 4D. RGB value is (165,218,77). Sum of RGB (Red+Green+Blue) = 165+218+77=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 77 (30.47% from 255 or 16.74% from 460); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DA4D is #5A25B2. Grayscale: #BABABA. Windows color (decimal): -5907891 or 5102245. OLE color: 5102245.
HSL color Cylindrical-coordinate representation of color #A5DA4D: hue angle of 82.55º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5DA4D is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 218 | 77 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.15 |
| HSL | 82.55º | 0.66% | 0.58% | - |
| HSV(B) | 82.55º | 0.65% | 0.85% | - |
| XYZ | 41.93 | 58.68 | 16.14 | - |
| YUV | 186.08 | 66.44 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 218 | 77 | 0.24 | 0 | 0.65 | 0.15 | 82.55 | 0.66 | 0.58 |
| Hex | A5 | DA | 4D | 18 | 0 | 41 | F | 53 | 42 | 3A |
| Octal | 245 | 332 | 115 | 30 | 0 | 101 | 17 | 123 | 102 | 72 |
| Binary | 10100101 | 11011010 | 1001101 | 11000 | 0 | 1000001 | 1111 | 1010011 | 1000010 | 111010 |
Color Harmonies of #A5DA4D
Complementary color
Monochromatic Colors of #A5DA4D
Black with #A5DA4D
Text Example
Text Example
White with #A5DA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DA4D; }
p { color: rgb(165,218,77); }
H1.HeaderClassName
{
color: #A5DA4D;
}
.AnyTagClassName
{
color: #A5DA4D;
}
</style>
background-color css
<style>
a { background-color: #A5DA4D; }
a { background-color: rgb(165,218,77); }
div.DivClassName
{
background-color: #A5DA4D;
}
.BgClassName
{
background-color: #A5DA4D;
}
</style>
border-color css
<style>
span { border-color: #A5DA4D; }
span { border-color: rgb(165,218,77); }
td.TdClassName
{
border-color: #A5DA4D;
}
.TagClassName
{
border-color: #A5DA4D;
}
</style>