Shades of Conifer #A2D655
Tints of Conifer #A2D655
RGB
CMYK
RGB Variations
Color information
#A2D655 (or 0xA2D655) is known color: Conifer. HEX triplet: A2, D6 and 55. RGB value is (162,214,85). Sum of RGB (Red+Green+Blue) = 162+214+85=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 214 (83.98% from 255 or 46.42% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D655 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D655 is #5D29AA. Grayscale: #B8B8B8. Windows color (decimal): -6105515 or 5625506. OLE color: 5625506.
HSL color Cylindrical-coordinate representation of color #A2D655: hue angle of 84.19º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2D655 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 85 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.16 |
| HSL | 84.19º | 0.61% | 0.59% | - |
| HSV(B) | 84.19º | 0.6% | 0.84% | - |
| XYZ | 40.59 | 56.43 | 17.35 | - |
| YUV | 183.75 | 72.27 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 85 | 0.24 | 0 | 0.60 | 0.16 | 84.19 | 0.61 | 0.59 |
| Hex | A2 | D6 | 55 | 18 | 0 | 3C | 10 | 54 | 3D | 3B |
| Octal | 242 | 326 | 125 | 30 | 0 | 74 | 20 | 124 | 75 | 73 |
| Binary | 10100010 | 11010110 | 1010101 | 11000 | 0 | 111100 | 10000 | 1010100 | 111101 | 111011 |
Color Harmonies of #A2D655
Complementary color
Monochromatic Colors of #A2D655
Black with #A2D655
Text Example
Text Example
White with #A2D655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D655; }
p { color: rgb(162,214,85); }
H1.HeaderClassName
{
color: #A2D655;
}
.AnyTagClassName
{
color: #A2D655;
}
</style>
background-color css
<style>
a { background-color: #A2D655; }
a { background-color: rgb(162,214,85); }
div.DivClassName
{
background-color: #A2D655;
}
.BgClassName
{
background-color: #A2D655;
}
</style>
border-color css
<style>
span { border-color: #A2D655; }
span { border-color: rgb(162,214,85); }
td.TdClassName
{
border-color: #A2D655;
}
.TagClassName
{
border-color: #A2D655;
}
</style>