Shades of Conifer #A0CC5C
Tints of Conifer #A0CC5C
RGB
CMYK
RGB Variations
Color information
#A0CC5C (or 0xA0CC5C) is known color: Conifer. HEX triplet: A0, CC and 5C. RGB value is (160,204,92). Sum of RGB (Red+Green+Blue) = 160+204+92=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CC5C is #5F33A3. Grayscale: #B2B2B2. Windows color (decimal): -6239140 or 6081696. OLE color: 6081696.
HSL color Cylindrical-coordinate representation of color #A0CC5C: hue angle of 83.57º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0CC5C is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 204 | 92 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.2 |
| HSL | 83.57º | 0.52% | 0.58% | - |
| HSV(B) | 83.57º | 0.55% | 0.8% | - |
| XYZ | 38.02 | 51.43 | 18.05 | - |
| YUV | 178.08 | 79.42 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 92 | 0.22 | 0 | 0.55 | 0.2 | 83.57 | 0.52 | 0.58 |
| Hex | A0 | CC | 5C | 16 | 0 | 37 | 14 | 54 | 34 | 3A |
| Octal | 240 | 314 | 134 | 26 | 0 | 67 | 24 | 124 | 64 | 72 |
| Binary | 10100000 | 11001100 | 1011100 | 10110 | 0 | 110111 | 10100 | 1010100 | 110100 | 111010 |
Color Harmonies of #A0CC5C
Complementary color
Monochromatic Colors of #A0CC5C
Black with #A0CC5C
Text Example
Text Example
White with #A0CC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CC5C; }
p { color: rgb(160,204,92); }
H1.HeaderClassName
{
color: #A0CC5C;
}
.AnyTagClassName
{
color: #A0CC5C;
}
</style>
background-color css
<style>
a { background-color: #A0CC5C; }
a { background-color: rgb(160,204,92); }
div.DivClassName
{
background-color: #A0CC5C;
}
.BgClassName
{
background-color: #A0CC5C;
}
</style>
border-color css
<style>
span { border-color: #A0CC5C; }
span { border-color: rgb(160,204,92); }
td.TdClassName
{
border-color: #A0CC5C;
}
.TagClassName
{
border-color: #A0CC5C;
}
</style>