Shades of Conifer #A2D667
Tints of Conifer #A2D667
RGB
CMYK
RGB Variations
Color information
#A2D667 (or 0xA2D667) is known color: Conifer. HEX triplet: A2, D6 and 67. RGB value is (162,214,103). Sum of RGB (Red+Green+Blue) = 162+214+103=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D667 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D667 is #5D2998. Grayscale: #BABABA. Windows color (decimal): -6105497 or 6805154. OLE color: 6805154.
HSL color Cylindrical-coordinate representation of color #A2D667: hue angle of 88.11º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2D667 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 103 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.16 |
| HSL | 88.11º | 0.58% | 0.62% | - |
| HSV(B) | 88.11º | 0.52% | 0.84% | - |
| XYZ | 41.4 | 56.75 | 21.6 | - |
| YUV | 185.8 | 81.27 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 103 | 0.24 | 0 | 0.52 | 0.16 | 88.11 | 0.58 | 0.62 |
| Hex | A2 | D6 | 67 | 18 | 0 | 34 | 10 | 58 | 3A | 3E |
| Octal | 242 | 326 | 147 | 30 | 0 | 64 | 20 | 130 | 72 | 76 |
| Binary | 10100010 | 11010110 | 1100111 | 11000 | 0 | 110100 | 10000 | 1011000 | 111010 | 111110 |
Color Harmonies of #A2D667
Complementary color
Monochromatic Colors of #A2D667
Black with #A2D667
Text Example
Text Example
White with #A2D667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D667; }
p { color: rgb(162,214,103); }
H1.HeaderClassName
{
color: #A2D667;
}
.AnyTagClassName
{
color: #A2D667;
}
</style>
background-color css
<style>
a { background-color: #A2D667; }
a { background-color: rgb(162,214,103); }
div.DivClassName
{
background-color: #A2D667;
}
.BgClassName
{
background-color: #A2D667;
}
</style>
border-color css
<style>
span { border-color: #A2D667; }
span { border-color: rgb(162,214,103); }
td.TdClassName
{
border-color: #A2D667;
}
.TagClassName
{
border-color: #A2D667;
}
</style>