Shades of Conifer #A9FA58
Tints of Conifer #A9FA58
RGB
CMYK
RGB Variations
Color information
#A9FA58 (or 0xA9FA58) is known color: Conifer. HEX triplet: A9, FA and 58. RGB value is (169,250,88). Sum of RGB (Red+Green+Blue) = 169+250+88=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 250 (98.05% from 255 or 49.31% from 507); Blue value is 88 (34.77% from 255 or 17.36% from 507); Max value from RGB is 250 - color contains mainly: green. Hex color #A9FA58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9FA58 is #5605A7. Grayscale: #CFCFCF. Windows color (decimal): -5637544 or 5831337. OLE color: 5831337.
HSL color Cylindrical-coordinate representation of color #A9FA58: hue angle of 90º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A9FA58 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 250 | 88 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.02 |
| HSL | 90º | 0.94% | 0.66% | - |
| HSV(B) | 90º | 0.65% | 0.98% | - |
| XYZ | 52.31 | 77.51 | 21.44 | - |
| YUV | 207.31 | 60.66 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 250 | 88 | 0.32 | 0 | 0.65 | 0.02 | 90 | 0.94 | 0.66 |
| Hex | A9 | FA | 58 | 20 | 0 | 41 | 2 | 5A | 5E | 42 |
| Octal | 251 | 372 | 130 | 40 | 0 | 101 | 2 | 132 | 136 | 102 |
| Binary | 10101001 | 11111010 | 1011000 | 100000 | 0 | 1000001 | 10 | 1011010 | 1011110 | 1000010 |
Color Harmonies of #A9FA58
Complementary color
Monochromatic Colors of #A9FA58
Black with #A9FA58
Text Example
Text Example
White with #A9FA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FA58; }
p { color: rgb(169,250,88); }
H1.HeaderClassName
{
color: #A9FA58;
}
.AnyTagClassName
{
color: #A9FA58;
}
</style>
background-color css
<style>
a { background-color: #A9FA58; }
a { background-color: rgb(169,250,88); }
div.DivClassName
{
background-color: #A9FA58;
}
.BgClassName
{
background-color: #A9FA58;
}
</style>
border-color css
<style>
span { border-color: #A9FA58; }
span { border-color: rgb(169,250,88); }
td.TdClassName
{
border-color: #A9FA58;
}
.TagClassName
{
border-color: #A9FA58;
}
</style>