Shades of Conifer #A2D568
Tints of Conifer #A2D568
RGB
CMYK
RGB Variations
Color information
#A2D568 (or 0xA2D568) is known color: Conifer. HEX triplet: A2, D5 and 68. RGB value is (162,213,104). Sum of RGB (Red+Green+Blue) = 162+213+104=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D568 is #5D2A97. Grayscale: #B9B9B9. Windows color (decimal): -6105752 or 6870434. OLE color: 6870434.
HSL color Cylindrical-coordinate representation of color #A2D568: hue angle of 88.07º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2D568 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 104 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.16 |
| HSL | 88.07º | 0.56% | 0.62% | - |
| HSV(B) | 88.07º | 0.51% | 0.84% | - |
| XYZ | 41.19 | 56.27 | 21.79 | - |
| YUV | 185.33 | 82.1 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 104 | 0.24 | 0 | 0.51 | 0.16 | 88.07 | 0.56 | 0.62 |
| Hex | A2 | D5 | 68 | 18 | 0 | 33 | 10 | 58 | 38 | 3E |
| Octal | 242 | 325 | 150 | 30 | 0 | 63 | 20 | 130 | 70 | 76 |
| Binary | 10100010 | 11010101 | 1101000 | 11000 | 0 | 110011 | 10000 | 1011000 | 111000 | 111110 |
Color Harmonies of #A2D568
Complementary color
Monochromatic Colors of #A2D568
Black with #A2D568
Text Example
Text Example
White with #A2D568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D568; }
p { color: rgb(162,213,104); }
H1.HeaderClassName
{
color: #A2D568;
}
.AnyTagClassName
{
color: #A2D568;
}
</style>
background-color css
<style>
a { background-color: #A2D568; }
a { background-color: rgb(162,213,104); }
div.DivClassName
{
background-color: #A2D568;
}
.BgClassName
{
background-color: #A2D568;
}
</style>
border-color css
<style>
span { border-color: #A2D568; }
span { border-color: rgb(162,213,104); }
td.TdClassName
{
border-color: #A2D568;
}
.TagClassName
{
border-color: #A2D568;
}
</style>