Shades of Conifer #A2F85A
Tints of Conifer #A2F85A
RGB
CMYK
RGB Variations
Color information
#A2F85A (or 0xA2F85A) is known color: Conifer. HEX triplet: A2, F8 and 5A. RGB value is (162,248,90). Sum of RGB (Red+Green+Blue) = 162+248+90=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 248 (97.27% from 255 or 49.6% from 500); Blue value is 90 (35.55% from 255 or 18% from 500); Max value from RGB is 248 - color contains mainly: green. Hex color #A2F85A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F85A is #5D07A5. Grayscale: #CCCCCC. Windows color (decimal): -6096806 or 5961890. OLE color: 5961890.
HSL color Cylindrical-coordinate representation of color #A2F85A: hue angle of 92.66º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2F85A is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 248 | 90 | - |
| CMYK | 0.35 | 0 | 0.64 | 0.03 |
| HSL | 92.66º | 0.92% | 0.66% | - |
| HSV(B) | 92.66º | 0.64% | 0.97% | - |
| XYZ | 50.31 | 75.55 | 21.6 | - |
| YUV | 204.27 | 63.51 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 248 | 90 | 0.35 | 0 | 0.64 | 0.03 | 92.66 | 0.92 | 0.66 |
| Hex | A2 | F8 | 5A | 23 | 0 | 40 | 3 | 5D | 5C | 42 |
| Octal | 242 | 370 | 132 | 43 | 0 | 100 | 3 | 135 | 134 | 102 |
| Binary | 10100010 | 11111000 | 1011010 | 100011 | 0 | 1000000 | 11 | 1011101 | 1011100 | 1000010 |
Color Harmonies of #A2F85A
Complementary color
Monochromatic Colors of #A2F85A
Black with #A2F85A
Text Example
Text Example
White with #A2F85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F85A; }
p { color: rgb(162,248,90); }
H1.HeaderClassName
{
color: #A2F85A;
}
.AnyTagClassName
{
color: #A2F85A;
}
</style>
background-color css
<style>
a { background-color: #A2F85A; }
a { background-color: rgb(162,248,90); }
div.DivClassName
{
background-color: #A2F85A;
}
.BgClassName
{
background-color: #A2F85A;
}
</style>
border-color css
<style>
span { border-color: #A2F85A; }
span { border-color: rgb(162,248,90); }
td.TdClassName
{
border-color: #A2F85A;
}
.TagClassName
{
border-color: #A2F85A;
}
</style>