Shades of Conifer #A5D55F
Tints of Conifer #A5D55F
RGB
CMYK
RGB Variations
Color information
#A5D55F (or 0xA5D55F) is known color: Conifer. HEX triplet: A5, D5 and 5F. RGB value is (165,213,95). Sum of RGB (Red+Green+Blue) = 165+213+95=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 95 (37.5% from 255 or 20.08% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D55F is #5A2AA0. Grayscale: #B9B9B9. Windows color (decimal): -5909153 or 6280613. OLE color: 6280613.
HSL color Cylindrical-coordinate representation of color #A5D55F: hue angle of 84.41º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A5D55F is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 213 | 95 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.16 |
| HSL | 84.41º | 0.58% | 0.6% | - |
| HSV(B) | 84.41º | 0.55% | 0.84% | - |
| XYZ | 41.38 | 56.41 | 19.53 | - |
| YUV | 185.2 | 77.1 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 213 | 95 | 0.23 | 0 | 0.55 | 0.16 | 84.41 | 0.58 | 0.6 |
| Hex | A5 | D5 | 5F | 17 | 0 | 37 | 10 | 54 | 3A | 3C |
| Octal | 245 | 325 | 137 | 27 | 0 | 67 | 20 | 124 | 72 | 74 |
| Binary | 10100101 | 11010101 | 1011111 | 10111 | 0 | 110111 | 10000 | 1010100 | 111010 | 111100 |
Color Harmonies of #A5D55F
Complementary color
Monochromatic Colors of #A5D55F
Black with #A5D55F
Text Example
Text Example
White with #A5D55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D55F; }
p { color: rgb(165,213,95); }
H1.HeaderClassName
{
color: #A5D55F;
}
.AnyTagClassName
{
color: #A5D55F;
}
</style>
background-color css
<style>
a { background-color: #A5D55F; }
a { background-color: rgb(165,213,95); }
div.DivClassName
{
background-color: #A5D55F;
}
.BgClassName
{
background-color: #A5D55F;
}
</style>
border-color css
<style>
span { border-color: #A5D55F; }
span { border-color: rgb(165,213,95); }
td.TdClassName
{
border-color: #A5D55F;
}
.TagClassName
{
border-color: #A5D55F;
}
</style>