Shades of Conifer #A4FA5A
Tints of Conifer #A4FA5A
RGB
CMYK
RGB Variations
Color information
#A4FA5A (or 0xA4FA5A) is known color: Conifer. HEX triplet: A4, FA and 5A. RGB value is (164,250,90). Sum of RGB (Red+Green+Blue) = 164+250+90=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 250 (98.05% from 255 or 49.60% from 504); Blue value is 90 (35.55% from 255 or 17.86% from 504); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FA5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4FA5A is #5B05A5. Grayscale: #CECECE. Windows color (decimal): -5965222 or 5962404. OLE color: 5962404.
HSL color Cylindrical-coordinate representation of color #A4FA5A: hue angle of 92.25º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A4FA5A is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 250 | 90 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.02 |
| HSL | 92.25º | 0.94% | 0.67% | - |
| HSV(B) | 92.25º | 0.64% | 0.98% | - |
| XYZ | 51.34 | 77 | 21.83 | - |
| YUV | 206.05 | 62.51 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 250 | 90 | 0.34 | 0 | 0.64 | 0.02 | 92.25 | 0.94 | 0.67 |
| Hex | A4 | FA | 5A | 22 | 0 | 40 | 2 | 5C | 5E | 43 |
| Octal | 244 | 372 | 132 | 42 | 0 | 100 | 2 | 134 | 136 | 103 |
| Binary | 10100100 | 11111010 | 1011010 | 100010 | 0 | 1000000 | 10 | 1011100 | 1011110 | 1000011 |
Color Harmonies of #A4FA5A
Complementary color
Monochromatic Colors of #A4FA5A
Black with #A4FA5A
Text Example
Text Example
White with #A4FA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FA5A; }
p { color: rgb(164,250,90); }
H1.HeaderClassName
{
color: #A4FA5A;
}
.AnyTagClassName
{
color: #A4FA5A;
}
</style>
background-color css
<style>
a { background-color: #A4FA5A; }
a { background-color: rgb(164,250,90); }
div.DivClassName
{
background-color: #A4FA5A;
}
.BgClassName
{
background-color: #A4FA5A;
}
</style>
border-color css
<style>
span { border-color: #A4FA5A; }
span { border-color: rgb(164,250,90); }
td.TdClassName
{
border-color: #A4FA5A;
}
.TagClassName
{
border-color: #A4FA5A;
}
</style>