Shades of Conifer #A2FA5E
Tints of Conifer #A2FA5E
RGB
CMYK
RGB Variations
Color information
#A2FA5E (or 0xA2FA5E) is known color: Conifer. HEX triplet: A2, FA and 5E. RGB value is (162,250,94). Sum of RGB (Red+Green+Blue) = 162+250+94=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 94 (37.11% from 255 or 18.58% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FA5E is #5D05A1. Grayscale: #CECECE. Windows color (decimal): -6096290 or 6224546. OLE color: 6224546.
HSL color Cylindrical-coordinate representation of color #A2FA5E: hue angle of 93.85º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2FA5E is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 94 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.02 |
| HSL | 93.85º | 0.94% | 0.67% | - |
| HSV(B) | 93.85º | 0.62% | 0.98% | - |
| XYZ | 51.11 | 76.86 | 22.73 | - |
| YUV | 205.9 | 64.85 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 94 | 0.35 | 0 | 0.62 | 0.02 | 93.85 | 0.94 | 0.67 |
| Hex | A2 | FA | 5E | 23 | 0 | 3E | 2 | 5E | 5E | 43 |
| Octal | 242 | 372 | 136 | 43 | 0 | 76 | 2 | 136 | 136 | 103 |
| Binary | 10100010 | 11111010 | 1011110 | 100011 | 0 | 111110 | 10 | 1011110 | 1011110 | 1000011 |
Color Harmonies of #A2FA5E
Complementary color
Monochromatic Colors of #A2FA5E
Black with #A2FA5E
Text Example
Text Example
White with #A2FA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FA5E; }
p { color: rgb(162,250,94); }
H1.HeaderClassName
{
color: #A2FA5E;
}
.AnyTagClassName
{
color: #A2FA5E;
}
</style>
background-color css
<style>
a { background-color: #A2FA5E; }
a { background-color: rgb(162,250,94); }
div.DivClassName
{
background-color: #A2FA5E;
}
.BgClassName
{
background-color: #A2FA5E;
}
</style>
border-color css
<style>
span { border-color: #A2FA5E; }
span { border-color: rgb(162,250,94); }
td.TdClassName
{
border-color: #A2FA5E;
}
.TagClassName
{
border-color: #A2FA5E;
}
</style>