Shades of Conifer #A5D54D
Tints of Conifer #A5D54D
RGB
CMYK
RGB Variations
Color information
#A5D54D (or 0xA5D54D) is known color: Conifer. HEX triplet: A5, D5 and 4D. RGB value is (165,213,77). Sum of RGB (Red+Green+Blue) = 165+213+77=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 213 (83.59% from 255 or 46.81% from 455); Blue value is 77 (30.47% from 255 or 16.92% from 455); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D54D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D54D is #5A2AB2. Grayscale: #B7B7B7. Windows color (decimal): -5909171 or 5100965. OLE color: 5100965.
HSL color Cylindrical-coordinate representation of color #A5D54D: hue angle of 81.18º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A5D54D is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 213 | 77 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.16 |
| HSL | 81.18º | 0.62% | 0.57% | - |
| HSV(B) | 81.18º | 0.64% | 0.84% | - |
| XYZ | 40.65 | 56.12 | 15.71 | - |
| YUV | 183.14 | 68.1 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 213 | 77 | 0.23 | 0 | 0.64 | 0.16 | 81.18 | 0.62 | 0.57 |
| Hex | A5 | D5 | 4D | 17 | 0 | 40 | 10 | 51 | 3E | 39 |
| Octal | 245 | 325 | 115 | 27 | 0 | 100 | 20 | 121 | 76 | 71 |
| Binary | 10100101 | 11010101 | 1001101 | 10111 | 0 | 1000000 | 10000 | 1010001 | 111110 | 111001 |
Color Harmonies of #A5D54D
Complementary color
Monochromatic Colors of #A5D54D
Black with #A5D54D
Text Example
Text Example
White with #A5D54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D54D; }
p { color: rgb(165,213,77); }
H1.HeaderClassName
{
color: #A5D54D;
}
.AnyTagClassName
{
color: #A5D54D;
}
</style>
background-color css
<style>
a { background-color: #A5D54D; }
a { background-color: rgb(165,213,77); }
div.DivClassName
{
background-color: #A5D54D;
}
.BgClassName
{
background-color: #A5D54D;
}
</style>
border-color css
<style>
span { border-color: #A5D54D; }
span { border-color: rgb(165,213,77); }
td.TdClassName
{
border-color: #A5D54D;
}
.TagClassName
{
border-color: #A5D54D;
}
</style>