Shades of Conifer #A2EF66
Tints of Conifer #A2EF66
RGB
CMYK
RGB Variations
Color information
#A2EF66 (or 0xA2EF66) is known color: Conifer. HEX triplet: A2, EF and 66. RGB value is (162,239,102). Sum of RGB (Red+Green+Blue) = 162+239+102=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 102 (40.23% from 255 or 20.28% from 503); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EF66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EF66 is #5D1099. Grayscale: #C8C8C8. Windows color (decimal): -6099098 or 6746018. OLE color: 6746018.
HSL color Cylindrical-coordinate representation of color #A2EF66: hue angle of 93.72º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2EF66 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 239 | 102 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.06 |
| HSL | 93.72º | 0.81% | 0.67% | - |
| HSV(B) | 93.72º | 0.57% | 0.94% | - |
| XYZ | 48.17 | 70.37 | 23.62 | - |
| YUV | 200.36 | 72.49 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 239 | 102 | 0.32 | 0 | 0.57 | 0.06 | 93.72 | 0.81 | 0.67 |
| Hex | A2 | EF | 66 | 20 | 0 | 39 | 6 | 5E | 51 | 43 |
| Octal | 242 | 357 | 146 | 40 | 0 | 71 | 6 | 136 | 121 | 103 |
| Binary | 10100010 | 11101111 | 1100110 | 100000 | 0 | 111001 | 110 | 1011110 | 1010001 | 1000011 |
Color Harmonies of #A2EF66
Complementary color
Monochromatic Colors of #A2EF66
Black with #A2EF66
Text Example
Text Example
White with #A2EF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EF66; }
p { color: rgb(162,239,102); }
H1.HeaderClassName
{
color: #A2EF66;
}
.AnyTagClassName
{
color: #A2EF66;
}
</style>
background-color css
<style>
a { background-color: #A2EF66; }
a { background-color: rgb(162,239,102); }
div.DivClassName
{
background-color: #A2EF66;
}
.BgClassName
{
background-color: #A2EF66;
}
</style>
border-color css
<style>
span { border-color: #A2EF66; }
span { border-color: rgb(162,239,102); }
td.TdClassName
{
border-color: #A2EF66;
}
.TagClassName
{
border-color: #A2EF66;
}
</style>