Shades of Conifer #A9E15C
Tints of Conifer #A9E15C
RGB
CMYK
RGB Variations
Color information
#A9E15C (or 0xA9E15C) is known color: Conifer. HEX triplet: A9, E1 and 5C. RGB value is (169,225,92). Sum of RGB (Red+Green+Blue) = 169+225+92=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 92 (36.33% from 255 or 18.93% from 486); Max value from RGB is 225 - color contains mainly: green. Hex color #A9E15C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9E15C is #561EA3. Grayscale: #C1C1C1. Windows color (decimal): -5643940 or 6087081. OLE color: 6087081.
HSL color Cylindrical-coordinate representation of color #A9E15C: hue angle of 85.26º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A9E15C is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 225 | 92 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.12 |
| HSL | 85.26º | 0.69% | 0.62% | - |
| HSV(B) | 85.26º | 0.59% | 0.88% | - |
| XYZ | 45.22 | 63.06 | 19.91 | - |
| YUV | 193.09 | 70.95 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 225 | 92 | 0.25 | 0 | 0.59 | 0.12 | 85.26 | 0.69 | 0.62 |
| Hex | A9 | E1 | 5C | 19 | 0 | 3B | C | 55 | 45 | 3E |
| Octal | 251 | 341 | 134 | 31 | 0 | 73 | 14 | 125 | 105 | 76 |
| Binary | 10101001 | 11100001 | 1011100 | 11001 | 0 | 111011 | 1100 | 1010101 | 1000101 | 111110 |
Color Harmonies of #A9E15C
Complementary color
Monochromatic Colors of #A9E15C
Black with #A9E15C
Text Example
Text Example
White with #A9E15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E15C; }
p { color: rgb(169,225,92); }
H1.HeaderClassName
{
color: #A9E15C;
}
.AnyTagClassName
{
color: #A9E15C;
}
</style>
background-color css
<style>
a { background-color: #A9E15C; }
a { background-color: rgb(169,225,92); }
div.DivClassName
{
background-color: #A9E15C;
}
.BgClassName
{
background-color: #A9E15C;
}
</style>
border-color css
<style>
span { border-color: #A9E15C; }
span { border-color: rgb(169,225,92); }
td.TdClassName
{
border-color: #A9E15C;
}
.TagClassName
{
border-color: #A9E15C;
}
</style>