Shades of Conifer #A2EF60
Tints of Conifer #A2EF60
RGB
CMYK
RGB Variations
Color information
#A2EF60 (or 0xA2EF60) is known color: Conifer. HEX triplet: A2, EF and 60. RGB value is (162,239,96). Sum of RGB (Red+Green+Blue) = 162+239+96=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 239 (93.75% from 255 or 48.09% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EF60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EF60 is #5D109F. Grayscale: #C8C8C8. Windows color (decimal): -6099104 or 6352802. OLE color: 6352802.
HSL color Cylindrical-coordinate representation of color #A2EF60: hue angle of 92.31º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2EF60 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 239 | 96 | - |
| CMYK | 0.32 | 0 | 0.60 | 0.06 |
| HSL | 92.31º | 0.82% | 0.66% | - |
| HSV(B) | 92.31º | 0.6% | 0.94% | - |
| XYZ | 47.88 | 70.26 | 22.1 | - |
| YUV | 199.68 | 69.49 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 239 | 96 | 0.32 | 0 | 0.60 | 0.06 | 92.31 | 0.82 | 0.66 |
| Hex | A2 | EF | 60 | 20 | 0 | 3C | 6 | 5C | 52 | 42 |
| Octal | 242 | 357 | 140 | 40 | 0 | 74 | 6 | 134 | 122 | 102 |
| Binary | 10100010 | 11101111 | 1100000 | 100000 | 0 | 111100 | 110 | 1011100 | 1010010 | 1000010 |
Color Harmonies of #A2EF60
Complementary color
Monochromatic Colors of #A2EF60
Black with #A2EF60
Text Example
Text Example
White with #A2EF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EF60; }
p { color: rgb(162,239,96); }
H1.HeaderClassName
{
color: #A2EF60;
}
.AnyTagClassName
{
color: #A2EF60;
}
</style>
background-color css
<style>
a { background-color: #A2EF60; }
a { background-color: rgb(162,239,96); }
div.DivClassName
{
background-color: #A2EF60;
}
.BgClassName
{
background-color: #A2EF60;
}
</style>
border-color css
<style>
span { border-color: #A2EF60; }
span { border-color: rgb(162,239,96); }
td.TdClassName
{
border-color: #A2EF60;
}
.TagClassName
{
border-color: #A2EF60;
}
</style>