Shades of Conifer #A4FA50
Tints of Conifer #A4FA50
RGB
CMYK
RGB Variations
Color information
#A4FA50 (or 0xA4FA50) is known color: Conifer. HEX triplet: A4, FA and 50. RGB value is (164,250,80). Sum of RGB (Red+Green+Blue) = 164+250+80=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 250 (98.05% from 255 or 50.61% from 494); Blue value is 80 (31.64% from 255 or 16.19% from 494); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FA50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4FA50 is #5B05AF. Grayscale: #CDCDCD. Windows color (decimal): -5965232 or 5307044. OLE color: 5307044.
HSL color Cylindrical-coordinate representation of color #A4FA50: hue angle of 90.35º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A4FA50 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 250 | 80 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.02 |
| HSL | 90.35º | 0.94% | 0.65% | - |
| HSV(B) | 90.35º | 0.68% | 0.98% | - |
| XYZ | 50.94 | 76.84 | 19.74 | - |
| YUV | 204.91 | 57.51 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 250 | 80 | 0.34 | 0 | 0.68 | 0.02 | 90.35 | 0.94 | 0.65 |
| Hex | A4 | FA | 50 | 22 | 0 | 44 | 2 | 5A | 5E | 41 |
| Octal | 244 | 372 | 120 | 42 | 0 | 104 | 2 | 132 | 136 | 101 |
| Binary | 10100100 | 11111010 | 1010000 | 100010 | 0 | 1000100 | 10 | 1011010 | 1011110 | 1000001 |
Color Harmonies of #A4FA50
Complementary color
Monochromatic Colors of #A4FA50
Black with #A4FA50
Text Example
Text Example
White with #A4FA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FA50; }
p { color: rgb(164,250,80); }
H1.HeaderClassName
{
color: #A4FA50;
}
.AnyTagClassName
{
color: #A4FA50;
}
</style>
background-color css
<style>
a { background-color: #A4FA50; }
a { background-color: rgb(164,250,80); }
div.DivClassName
{
background-color: #A4FA50;
}
.BgClassName
{
background-color: #A4FA50;
}
</style>
border-color css
<style>
span { border-color: #A4FA50; }
span { border-color: rgb(164,250,80); }
td.TdClassName
{
border-color: #A4FA50;
}
.TagClassName
{
border-color: #A4FA50;
}
</style>