Shades of Conifer #A2CB5C
Tints of Conifer #A2CB5C
RGB
CMYK
RGB Variations
Color information
#A2CB5C (or 0xA2CB5C) is known color: Conifer. HEX triplet: A2, CB and 5C. RGB value is (162,203,92). Sum of RGB (Red+Green+Blue) = 162+203+92=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CB5C is #5D34A3. Grayscale: #B2B2B2. Windows color (decimal): -6108324 or 6081442. OLE color: 6081442.
HSL color Cylindrical-coordinate representation of color #A2CB5C: hue angle of 82.16º 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 #A2CB5C is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 203 | 92 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.20 |
| HSL | 82.16º | 0.52% | 0.58% | - |
| HSV(B) | 82.16º | 0.55% | 0.8% | - |
| XYZ | 38.19 | 51.17 | 17.99 | - |
| YUV | 178.09 | 79.42 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 203 | 92 | 0.20 | 0 | 0.55 | 0.20 | 82.16 | 0.52 | 0.58 |
| Hex | A2 | CB | 5C | 14 | 0 | 37 | 14 | 52 | 34 | 3A |
| Octal | 242 | 313 | 134 | 24 | 0 | 67 | 24 | 122 | 64 | 72 |
| Binary | 10100010 | 11001011 | 1011100 | 10100 | 0 | 110111 | 10100 | 1010010 | 110100 | 111010 |
Color Harmonies of #A2CB5C
Complementary color
Monochromatic Colors of #A2CB5C
Black with #A2CB5C
Text Example
Text Example
White with #A2CB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CB5C; }
p { color: rgb(162,203,92); }
H1.HeaderClassName
{
color: #A2CB5C;
}
.AnyTagClassName
{
color: #A2CB5C;
}
</style>
background-color css
<style>
a { background-color: #A2CB5C; }
a { background-color: rgb(162,203,92); }
div.DivClassName
{
background-color: #A2CB5C;
}
.BgClassName
{
background-color: #A2CB5C;
}
</style>
border-color css
<style>
span { border-color: #A2CB5C; }
span { border-color: rgb(162,203,92); }
td.TdClassName
{
border-color: #A2CB5C;
}
.TagClassName
{
border-color: #A2CB5C;
}
</style>