Shades of Conifer #A2CF62
Tints of Conifer #A2CF62
RGB
CMYK
RGB Variations
Color information
#A2CF62 (or 0xA2CF62) is known color: Conifer. HEX triplet: A2, CF and 62. RGB value is (162,207,98). Sum of RGB (Red+Green+Blue) = 162+207+98=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CF62 is #5D309D. Grayscale: #B5B5B5. Windows color (decimal): -6107294 or 6475682. OLE color: 6475682.
HSL color Cylindrical-coordinate representation of color #A2CF62: hue angle of 84.77º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2CF62 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 207 | 98 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.19 |
| HSL | 84.77º | 0.53% | 0.6% | - |
| HSV(B) | 84.77º | 0.53% | 0.81% | - |
| XYZ | 39.42 | 53.19 | 19.74 | - |
| YUV | 181.12 | 81.09 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 98 | 0.22 | 0 | 0.53 | 0.19 | 84.77 | 0.53 | 0.6 |
| Hex | A2 | CF | 62 | 16 | 0 | 35 | 13 | 55 | 35 | 3C |
| Octal | 242 | 317 | 142 | 26 | 0 | 65 | 23 | 125 | 65 | 74 |
| Binary | 10100010 | 11001111 | 1100010 | 10110 | 0 | 110101 | 10011 | 1010101 | 110101 | 111100 |
Color Harmonies of #A2CF62
Complementary color
Monochromatic Colors of #A2CF62
Black with #A2CF62
Text Example
Text Example
White with #A2CF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CF62; }
p { color: rgb(162,207,98); }
H1.HeaderClassName
{
color: #A2CF62;
}
.AnyTagClassName
{
color: #A2CF62;
}
</style>
background-color css
<style>
a { background-color: #A2CF62; }
a { background-color: rgb(162,207,98); }
div.DivClassName
{
background-color: #A2CF62;
}
.BgClassName
{
background-color: #A2CF62;
}
</style>
border-color css
<style>
span { border-color: #A2CF62; }
span { border-color: rgb(162,207,98); }
td.TdClassName
{
border-color: #A2CF62;
}
.TagClassName
{
border-color: #A2CF62;
}
</style>