Shades of Conifer #A5D556
Tints of Conifer #A5D556
RGB
CMYK
RGB Variations
Color information
#A5D556 (or 0xA5D556) is known color: Conifer. HEX triplet: A5, D5 and 56. RGB value is (165,213,86). Sum of RGB (Red+Green+Blue) = 165+213+86=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 86 (33.98% from 255 or 18.53% from 464); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D556 is #5A2AA9. Grayscale: #B8B8B8. Windows color (decimal): -5909162 or 5690789. OLE color: 5690789.
HSL color Cylindrical-coordinate representation of color #A5D556: hue angle of 82.68º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A5D556 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 213 | 86 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.16 |
| HSL | 82.68º | 0.6% | 0.59% | - |
| HSV(B) | 82.68º | 0.6% | 0.84% | - |
| XYZ | 40.99 | 56.26 | 17.5 | - |
| YUV | 184.17 | 72.6 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 213 | 86 | 0.23 | 0 | 0.60 | 0.16 | 82.68 | 0.6 | 0.59 |
| Hex | A5 | D5 | 56 | 17 | 0 | 3C | 10 | 53 | 3C | 3B |
| Octal | 245 | 325 | 126 | 27 | 0 | 74 | 20 | 123 | 74 | 73 |
| Binary | 10100101 | 11010101 | 1010110 | 10111 | 0 | 111100 | 10000 | 1010011 | 111100 | 111011 |
Color Harmonies of #A5D556
Complementary color
Monochromatic Colors of #A5D556
Black with #A5D556
Text Example
Text Example
White with #A5D556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D556; }
p { color: rgb(165,213,86); }
H1.HeaderClassName
{
color: #A5D556;
}
.AnyTagClassName
{
color: #A5D556;
}
</style>
background-color css
<style>
a { background-color: #A5D556; }
a { background-color: rgb(165,213,86); }
div.DivClassName
{
background-color: #A5D556;
}
.BgClassName
{
background-color: #A5D556;
}
</style>
border-color css
<style>
span { border-color: #A5D556; }
span { border-color: rgb(165,213,86); }
td.TdClassName
{
border-color: #A5D556;
}
.TagClassName
{
border-color: #A5D556;
}
</style>