Shades of Conifer #A2F658
Tints of Conifer #A2F658
RGB
CMYK
RGB Variations
Color information
#A2F658 (or 0xA2F658) is known color: Conifer. HEX triplet: A2, F6 and 58. RGB value is (162,246,88). Sum of RGB (Red+Green+Blue) = 162+246+88=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 246 (96.48% from 255 or 49.60% from 496); Blue value is 88 (34.77% from 255 or 17.74% from 496); Max value from RGB is 246 - color contains mainly: green. Hex color #A2F658 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F658 is #5D09A7. Grayscale: #CBCBCB. Windows color (decimal): -6097320 or 5830306. OLE color: 5830306.
HSL color Cylindrical-coordinate representation of color #A2F658: hue angle of 91.9º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2F658 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 246 | 88 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.04 |
| HSL | 91.9º | 0.9% | 0.65% | - |
| HSV(B) | 91.9º | 0.64% | 0.96% | - |
| XYZ | 49.62 | 74.3 | 20.96 | - |
| YUV | 202.87 | 63.17 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 246 | 88 | 0.34 | 0 | 0.64 | 0.04 | 91.9 | 0.9 | 0.65 |
| Hex | A2 | F6 | 58 | 22 | 0 | 40 | 4 | 5C | 5A | 41 |
| Octal | 242 | 366 | 130 | 42 | 0 | 100 | 4 | 134 | 132 | 101 |
| Binary | 10100010 | 11110110 | 1011000 | 100010 | 0 | 1000000 | 100 | 1011100 | 1011010 | 1000001 |
Color Harmonies of #A2F658
Complementary color
Monochromatic Colors of #A2F658
Black with #A2F658
Text Example
Text Example
White with #A2F658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F658; }
p { color: rgb(162,246,88); }
H1.HeaderClassName
{
color: #A2F658;
}
.AnyTagClassName
{
color: #A2F658;
}
</style>
background-color css
<style>
a { background-color: #A2F658; }
a { background-color: rgb(162,246,88); }
div.DivClassName
{
background-color: #A2F658;
}
.BgClassName
{
background-color: #A2F658;
}
</style>
border-color css
<style>
span { border-color: #A2F658; }
span { border-color: rgb(162,246,88); }
td.TdClassName
{
border-color: #A2F658;
}
.TagClassName
{
border-color: #A2F658;
}
</style>