Shades of Conifer #A2FA5D
Tints of Conifer #A2FA5D
RGB
CMYK
RGB Variations
Color information
#A2FA5D (or 0xA2FA5D) is known color: Conifer. HEX triplet: A2, FA and 5D. RGB value is (162,250,93). Sum of RGB (Red+Green+Blue) = 162+250+93=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 93 (36.72% from 255 or 18.42% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FA5D is #5D05A2. Grayscale: #CECECE. Windows color (decimal): -6096291 or 6159010. OLE color: 6159010.
HSL color Cylindrical-coordinate representation of color #A2FA5D: hue angle of 93.63º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2FA5D is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 93 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.02 |
| HSL | 93.63º | 0.94% | 0.67% | - |
| HSV(B) | 93.63º | 0.63% | 0.98% | - |
| XYZ | 51.06 | 76.84 | 22.5 | - |
| YUV | 205.79 | 64.35 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 93 | 0.35 | 0 | 0.63 | 0.02 | 93.63 | 0.94 | 0.67 |
| Hex | A2 | FA | 5D | 23 | 0 | 3F | 2 | 5E | 5E | 43 |
| Octal | 242 | 372 | 135 | 43 | 0 | 77 | 2 | 136 | 136 | 103 |
| Binary | 10100010 | 11111010 | 1011101 | 100011 | 0 | 111111 | 10 | 1011110 | 1011110 | 1000011 |
Color Harmonies of #A2FA5D
Complementary color
Monochromatic Colors of #A2FA5D
Black with #A2FA5D
Text Example
Text Example
White with #A2FA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FA5D; }
p { color: rgb(162,250,93); }
H1.HeaderClassName
{
color: #A2FA5D;
}
.AnyTagClassName
{
color: #A2FA5D;
}
</style>
background-color css
<style>
a { background-color: #A2FA5D; }
a { background-color: rgb(162,250,93); }
div.DivClassName
{
background-color: #A2FA5D;
}
.BgClassName
{
background-color: #A2FA5D;
}
</style>
border-color css
<style>
span { border-color: #A2FA5D; }
span { border-color: rgb(162,250,93); }
td.TdClassName
{
border-color: #A2FA5D;
}
.TagClassName
{
border-color: #A2FA5D;
}
</style>