Shades of Conifer #A5CC5A
Tints of Conifer #A5CC5A
RGB
CMYK
RGB Variations
Color information
#A5CC5A (or 0xA5CC5A) is known color: Conifer. HEX triplet: A5, CC and 5A. RGB value is (165,204,90). Sum of RGB (Red+Green+Blue) = 165+204+90=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 90 (35.55% from 255 or 19.61% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CC5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CC5A is #5A33A5. Grayscale: #B3B3B3. Windows color (decimal): -5911462 or 5950629. OLE color: 5950629.
HSL color Cylindrical-coordinate representation of color #A5CC5A: hue angle of 80.53º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5CC5A is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 204 | 90 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.2 |
| HSL | 80.53º | 0.53% | 0.58% | - |
| HSV(B) | 80.53º | 0.56% | 0.8% | - |
| XYZ | 38.96 | 51.92 | 17.64 | - |
| YUV | 179.34 | 77.58 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 204 | 90 | 0.19 | 0 | 0.56 | 0.2 | 80.53 | 0.53 | 0.58 |
| Hex | A5 | CC | 5A | 13 | 0 | 38 | 14 | 51 | 35 | 3A |
| Octal | 245 | 314 | 132 | 23 | 0 | 70 | 24 | 121 | 65 | 72 |
| Binary | 10100101 | 11001100 | 1011010 | 10011 | 0 | 111000 | 10100 | 1010001 | 110101 | 111010 |
Color Harmonies of #A5CC5A
Complementary color
Monochromatic Colors of #A5CC5A
Black with #A5CC5A
Text Example
Text Example
White with #A5CC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CC5A; }
p { color: rgb(165,204,90); }
H1.HeaderClassName
{
color: #A5CC5A;
}
.AnyTagClassName
{
color: #A5CC5A;
}
</style>
background-color css
<style>
a { background-color: #A5CC5A; }
a { background-color: rgb(165,204,90); }
div.DivClassName
{
background-color: #A5CC5A;
}
.BgClassName
{
background-color: #A5CC5A;
}
</style>
border-color css
<style>
span { border-color: #A5CC5A; }
span { border-color: rgb(165,204,90); }
td.TdClassName
{
border-color: #A5CC5A;
}
.TagClassName
{
border-color: #A5CC5A;
}
</style>