Shades of Conifer #A2CF50
Tints of Conifer #A2CF50
RGB
CMYK
RGB Variations
Color information
#A2CF50 (or 0xA2CF50) is known color: Conifer. HEX triplet: A2, CF and 50. RGB value is (162,207,80). Sum of RGB (Red+Green+Blue) = 162+207+80=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 80 (31.64% from 255 or 17.82% from 449); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CF50 is #5D30AF. Grayscale: #B3B3B3. Windows color (decimal): -6107312 or 5296034. OLE color: 5296034.
HSL color Cylindrical-coordinate representation of color #A2CF50: hue angle of 81.26º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A2CF50 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 207 | 80 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.19 |
| HSL | 81.26º | 0.57% | 0.56% | - |
| HSV(B) | 81.26º | 0.61% | 0.81% | - |
| XYZ | 38.66 | 52.89 | 15.76 | - |
| YUV | 179.07 | 72.09 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 80 | 0.22 | 0 | 0.61 | 0.19 | 81.26 | 0.57 | 0.56 |
| Hex | A2 | CF | 50 | 16 | 0 | 3D | 13 | 51 | 39 | 38 |
| Octal | 242 | 317 | 120 | 26 | 0 | 75 | 23 | 121 | 71 | 70 |
| Binary | 10100010 | 11001111 | 1010000 | 10110 | 0 | 111101 | 10011 | 1010001 | 111001 | 111000 |
Color Harmonies of #A2CF50
Complementary color
Monochromatic Colors of #A2CF50
Black with #A2CF50
Text Example
Text Example
White with #A2CF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CF50; }
p { color: rgb(162,207,80); }
H1.HeaderClassName
{
color: #A2CF50;
}
.AnyTagClassName
{
color: #A2CF50;
}
</style>
background-color css
<style>
a { background-color: #A2CF50; }
a { background-color: rgb(162,207,80); }
div.DivClassName
{
background-color: #A2CF50;
}
.BgClassName
{
background-color: #A2CF50;
}
</style>
border-color css
<style>
span { border-color: #A2CF50; }
span { border-color: rgb(162,207,80); }
td.TdClassName
{
border-color: #A2CF50;
}
.TagClassName
{
border-color: #A2CF50;
}
</style>