Shades of Conifer #A5D35A
Tints of Conifer #A5D35A
RGB
CMYK
RGB Variations
Color information
#A5D35A (or 0xA5D35A) is known color: Conifer. HEX triplet: A5, D3 and 5A. RGB value is (165,211,90). Sum of RGB (Red+Green+Blue) = 165+211+90=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 211 (82.81% from 255 or 45.28% from 466); Blue value is 90 (35.55% from 255 or 19.31% from 466); Max value from RGB is 211 - color contains mainly: green. Hex color #A5D35A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D35A is #5A2CA5. Grayscale: #B7B7B7. Windows color (decimal): -5909670 or 5952421. OLE color: 5952421.
HSL color Cylindrical-coordinate representation of color #A5D35A: hue angle of 82.81º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A5D35A is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 165 | 211 | 90 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.17 |
| HSL | 82.81º | 0.58% | 0.59% | - |
| HSV(B) | 82.81º | 0.57% | 0.83% | - |
| XYZ | 40.66 | 55.33 | 18.21 | - |
| YUV | 183.45 | 75.26 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 211 | 90 | 0.22 | 0 | 0.57 | 0.17 | 82.81 | 0.58 | 0.59 |
| Hex | A5 | D3 | 5A | 16 | 0 | 39 | 11 | 53 | 3A | 3B |
| Octal | 245 | 323 | 132 | 26 | 0 | 71 | 21 | 123 | 72 | 73 |
| Binary | 10100101 | 11010011 | 1011010 | 10110 | 0 | 111001 | 10001 | 1010011 | 111010 | 111011 |
Color Harmonies of #A5D35A
Complementary color
Monochromatic Colors of #A5D35A
Black with #A5D35A
Text Example
Text Example
White with #A5D35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D35A; }
p { color: rgb(165,211,90); }
H1.HeaderClassName
{
color: #A5D35A;
}
.AnyTagClassName
{
color: #A5D35A;
}
</style>
background-color css
<style>
a { background-color: #A5D35A; }
a { background-color: rgb(165,211,90); }
div.DivClassName
{
background-color: #A5D35A;
}
.BgClassName
{
background-color: #A5D35A;
}
</style>
border-color css
<style>
span { border-color: #A5D35A; }
span { border-color: rgb(165,211,90); }
td.TdClassName
{
border-color: #A5D35A;
}
.TagClassName
{
border-color: #A5D35A;
}
</style>