Shades of Conifer #A9F655
Tints of Conifer #A9F655
RGB
CMYK
RGB Variations
Color information
#A9F655 (or 0xA9F655) is known color: Conifer. HEX triplet: A9, F6 and 55. RGB value is (169,246,85). Sum of RGB (Red+Green+Blue) = 169+246+85=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 246 (96.48% from 255 or 49.2% from 500); Blue value is 85 (33.59% from 255 or 17% from 500); Max value from RGB is 246 - color contains mainly: green. Hex color #A9F655 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9F655 is #5609AA. Grayscale: #CDCDCD. Windows color (decimal): -5638571 or 5633705. OLE color: 5633705.
HSL color Cylindrical-coordinate representation of color #A9F655: hue angle of 88.7º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A9F655 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 169 | 246 | 85 | - |
| CMYK | 0.31 | 0 | 0.65 | 0.04 |
| HSL | 88.7º | 0.9% | 0.65% | - |
| HSV(B) | 88.7º | 0.65% | 0.96% | - |
| XYZ | 50.96 | 75 | 20.39 | - |
| YUV | 204.62 | 60.49 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 246 | 85 | 0.31 | 0 | 0.65 | 0.04 | 88.7 | 0.9 | 0.65 |
| Hex | A9 | F6 | 55 | 1F | 0 | 41 | 4 | 59 | 5A | 41 |
| Octal | 251 | 366 | 125 | 37 | 0 | 101 | 4 | 131 | 132 | 101 |
| Binary | 10101001 | 11110110 | 1010101 | 11111 | 0 | 1000001 | 100 | 1011001 | 1011010 | 1000001 |
Color Harmonies of #A9F655
Complementary color
Monochromatic Colors of #A9F655
Black with #A9F655
Text Example
Text Example
White with #A9F655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F655; }
p { color: rgb(169,246,85); }
H1.HeaderClassName
{
color: #A9F655;
}
.AnyTagClassName
{
color: #A9F655;
}
</style>
background-color css
<style>
a { background-color: #A9F655; }
a { background-color: rgb(169,246,85); }
div.DivClassName
{
background-color: #A9F655;
}
.BgClassName
{
background-color: #A9F655;
}
</style>
border-color css
<style>
span { border-color: #A9F655; }
span { border-color: rgb(169,246,85); }
td.TdClassName
{
border-color: #A9F655;
}
.TagClassName
{
border-color: #A9F655;
}
</style>