Shades of Conifer #A2CC5B
Tints of Conifer #A2CC5B
RGB
CMYK
RGB Variations
Color information
#A2CC5B (or 0xA2CC5B) is known color: Conifer. HEX triplet: A2, CC and 5B. RGB value is (162,204,91). Sum of RGB (Red+Green+Blue) = 162+204+91=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 91 (35.94% from 255 or 19.91% from 457); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CC5B is #5D33A4. Grayscale: #B2B2B2. Windows color (decimal): -6108069 or 6016162. OLE color: 6016162.
HSL color Cylindrical-coordinate representation of color #A2CC5B: hue angle of 82.3º degrees, saturation: 0.53, 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 #A2CC5B is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 204 | 91 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.2 |
| HSL | 82.3º | 0.53% | 0.58% | - |
| HSV(B) | 82.3º | 0.55% | 0.8% | - |
| XYZ | 38.38 | 51.62 | 17.84 | - |
| YUV | 178.56 | 78.59 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 204 | 91 | 0.21 | 0 | 0.55 | 0.2 | 82.3 | 0.53 | 0.58 |
| Hex | A2 | CC | 5B | 15 | 0 | 37 | 14 | 52 | 35 | 3A |
| Octal | 242 | 314 | 133 | 25 | 0 | 67 | 24 | 122 | 65 | 72 |
| Binary | 10100010 | 11001100 | 1011011 | 10101 | 0 | 110111 | 10100 | 1010010 | 110101 | 111010 |
Color Harmonies of #A2CC5B
Complementary color
Monochromatic Colors of #A2CC5B
Black with #A2CC5B
Text Example
Text Example
White with #A2CC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CC5B; }
p { color: rgb(162,204,91); }
H1.HeaderClassName
{
color: #A2CC5B;
}
.AnyTagClassName
{
color: #A2CC5B;
}
</style>
background-color css
<style>
a { background-color: #A2CC5B; }
a { background-color: rgb(162,204,91); }
div.DivClassName
{
background-color: #A2CC5B;
}
.BgClassName
{
background-color: #A2CC5B;
}
</style>
border-color css
<style>
span { border-color: #A2CC5B; }
span { border-color: rgb(162,204,91); }
td.TdClassName
{
border-color: #A2CC5B;
}
.TagClassName
{
border-color: #A2CC5B;
}
</style>