Shades of Conifer #A2D75E
Tints of Conifer #A2D75E
RGB
CMYK
RGB Variations
Color information
#A2D75E (or 0xA2D75E) is known color: Conifer. HEX triplet: A2, D7 and 5E. RGB value is (162,215,94). Sum of RGB (Red+Green+Blue) = 162+215+94=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 94 (37.11% from 255 or 19.96% from 471); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D75E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D75E is #5D28A1. Grayscale: #B9B9B9. Windows color (decimal): -6105250 or 6215586. OLE color: 6215586.
HSL color Cylindrical-coordinate representation of color #A2D75E: hue angle of 86.28º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2D75E is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 215 | 94 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.16 |
| HSL | 86.28º | 0.6% | 0.61% | - |
| HSV(B) | 86.28º | 0.56% | 0.84% | - |
| XYZ | 41.22 | 57.09 | 19.44 | - |
| YUV | 185.36 | 76.44 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 94 | 0.25 | 0 | 0.56 | 0.16 | 86.28 | 0.6 | 0.61 |
| Hex | A2 | D7 | 5E | 19 | 0 | 38 | 10 | 56 | 3C | 3D |
| Octal | 242 | 327 | 136 | 31 | 0 | 70 | 20 | 126 | 74 | 75 |
| Binary | 10100010 | 11010111 | 1011110 | 11001 | 0 | 111000 | 10000 | 1010110 | 111100 | 111101 |
Color Harmonies of #A2D75E
Complementary color
Monochromatic Colors of #A2D75E
Black with #A2D75E
Text Example
Text Example
White with #A2D75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D75E; }
p { color: rgb(162,215,94); }
H1.HeaderClassName
{
color: #A2D75E;
}
.AnyTagClassName
{
color: #A2D75E;
}
</style>
background-color css
<style>
a { background-color: #A2D75E; }
a { background-color: rgb(162,215,94); }
div.DivClassName
{
background-color: #A2D75E;
}
.BgClassName
{
background-color: #A2D75E;
}
</style>
border-color css
<style>
span { border-color: #A2D75E; }
span { border-color: rgb(162,215,94); }
td.TdClassName
{
border-color: #A2D75E;
}
.TagClassName
{
border-color: #A2D75E;
}
</style>