Shades of Conifer #A2F55C
Tints of Conifer #A2F55C
RGB
CMYK
RGB Variations
Color information
#A2F55C (or 0xA2F55C) is known color: Conifer. HEX triplet: A2, F5 and 5C. RGB value is (162,245,92). Sum of RGB (Red+Green+Blue) = 162+245+92=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 245 (96.09% from 255 or 49.10% from 499); Blue value is 92 (36.33% from 255 or 18.44% from 499); Max value from RGB is 245 - color contains mainly: green. Hex color #A2F55C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F55C is #5D0AA3. Grayscale: #CBCBCB. Windows color (decimal): -6097572 or 6092194. OLE color: 6092194.
HSL color Cylindrical-coordinate representation of color #A2F55C: hue angle of 92.55º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2F55C is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 245 | 92 | - |
| CMYK | 0.34 | 0 | 0.62 | 0.04 |
| HSL | 92.55º | 0.88% | 0.66% | - |
| HSV(B) | 92.55º | 0.62% | 0.96% | - |
| XYZ | 49.48 | 73.76 | 21.75 | - |
| YUV | 202.74 | 65.5 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 245 | 92 | 0.34 | 0 | 0.62 | 0.04 | 92.55 | 0.88 | 0.66 |
| Hex | A2 | F5 | 5C | 22 | 0 | 3E | 4 | 5D | 58 | 42 |
| Octal | 242 | 365 | 134 | 42 | 0 | 76 | 4 | 135 | 130 | 102 |
| Binary | 10100010 | 11110101 | 1011100 | 100010 | 0 | 111110 | 100 | 1011101 | 1011000 | 1000010 |
Color Harmonies of #A2F55C
Complementary color
Monochromatic Colors of #A2F55C
Black with #A2F55C
Text Example
Text Example
White with #A2F55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F55C; }
p { color: rgb(162,245,92); }
H1.HeaderClassName
{
color: #A2F55C;
}
.AnyTagClassName
{
color: #A2F55C;
}
</style>
background-color css
<style>
a { background-color: #A2F55C; }
a { background-color: rgb(162,245,92); }
div.DivClassName
{
background-color: #A2F55C;
}
.BgClassName
{
background-color: #A2F55C;
}
</style>
border-color css
<style>
span { border-color: #A2F55C; }
span { border-color: rgb(162,245,92); }
td.TdClassName
{
border-color: #A2F55C;
}
.TagClassName
{
border-color: #A2F55C;
}
</style>