Shades of Conifer #A4FA5E
Tints of Conifer #A4FA5E
RGB
CMYK
RGB Variations
Color information
#A4FA5E (or 0xA4FA5E) is known color: Conifer. HEX triplet: A4, FA and 5E. RGB value is (164,250,94). Sum of RGB (Red+Green+Blue) = 164+250+94=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 250 (98.05% from 255 or 49.21% from 508); Blue value is 94 (37.11% from 255 or 18.50% from 508); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FA5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4FA5E is #5B05A1. Grayscale: #CFCFCF. Windows color (decimal): -5965218 or 6224548. OLE color: 6224548.
HSL color Cylindrical-coordinate representation of color #A4FA5E: hue angle of 93.08º 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 #A4FA5E is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 250 | 94 | - |
| CMYK | 0.34 | 0 | 0.62 | 0.02 |
| HSL | 93.08º | 0.94% | 0.67% | - |
| HSV(B) | 93.08º | 0.62% | 0.98% | - |
| XYZ | 51.52 | 77.07 | 22.75 | - |
| YUV | 206.5 | 64.51 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 250 | 94 | 0.34 | 0 | 0.62 | 0.02 | 93.08 | 0.94 | 0.67 |
| Hex | A4 | FA | 5E | 22 | 0 | 3E | 2 | 5D | 5E | 43 |
| Octal | 244 | 372 | 136 | 42 | 0 | 76 | 2 | 135 | 136 | 103 |
| Binary | 10100100 | 11111010 | 1011110 | 100010 | 0 | 111110 | 10 | 1011101 | 1011110 | 1000011 |
Color Harmonies of #A4FA5E
Complementary color
Monochromatic Colors of #A4FA5E
Black with #A4FA5E
Text Example
Text Example
White with #A4FA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FA5E; }
p { color: rgb(164,250,94); }
H1.HeaderClassName
{
color: #A4FA5E;
}
.AnyTagClassName
{
color: #A4FA5E;
}
</style>
background-color css
<style>
a { background-color: #A4FA5E; }
a { background-color: rgb(164,250,94); }
div.DivClassName
{
background-color: #A4FA5E;
}
.BgClassName
{
background-color: #A4FA5E;
}
</style>
border-color css
<style>
span { border-color: #A4FA5E; }
span { border-color: rgb(164,250,94); }
td.TdClassName
{
border-color: #A4FA5E;
}
.TagClassName
{
border-color: #A4FA5E;
}
</style>