Shades of Conifer #A5D754
Tints of Conifer #A5D754
RGB
CMYK
RGB Variations
Color information
#A5D754 (or 0xA5D754) is known color: Conifer. HEX triplet: A5, D7 and 54. RGB value is (165,215,84). Sum of RGB (Red+Green+Blue) = 165+215+84=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 84 (33.20% from 255 or 18.10% from 464); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D754 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D754 is #5A28AB. Grayscale: #B9B9B9. Windows color (decimal): -5908652 or 5560229. OLE color: 5560229.
HSL color Cylindrical-coordinate representation of color #A5D754: hue angle of 82.9º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A5D754 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 215 | 84 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.16 |
| HSL | 82.9º | 0.62% | 0.59% | - |
| HSV(B) | 82.9º | 0.61% | 0.84% | - |
| XYZ | 41.42 | 57.24 | 17.25 | - |
| YUV | 185.12 | 70.94 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 215 | 84 | 0.23 | 0 | 0.61 | 0.16 | 82.9 | 0.62 | 0.59 |
| Hex | A5 | D7 | 54 | 17 | 0 | 3D | 10 | 53 | 3E | 3B |
| Octal | 245 | 327 | 124 | 27 | 0 | 75 | 20 | 123 | 76 | 73 |
| Binary | 10100101 | 11010111 | 1010100 | 10111 | 0 | 111101 | 10000 | 1010011 | 111110 | 111011 |
Color Harmonies of #A5D754
Complementary color
Monochromatic Colors of #A5D754
Black with #A5D754
Text Example
Text Example
White with #A5D754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D754; }
p { color: rgb(165,215,84); }
H1.HeaderClassName
{
color: #A5D754;
}
.AnyTagClassName
{
color: #A5D754;
}
</style>
background-color css
<style>
a { background-color: #A5D754; }
a { background-color: rgb(165,215,84); }
div.DivClassName
{
background-color: #A5D754;
}
.BgClassName
{
background-color: #A5D754;
}
</style>
border-color css
<style>
span { border-color: #A5D754; }
span { border-color: rgb(165,215,84); }
td.TdClassName
{
border-color: #A5D754;
}
.TagClassName
{
border-color: #A5D754;
}
</style>