Shades of Conifer #A9E25C
Tints of Conifer #A9E25C
RGB
CMYK
RGB Variations
Color information
#A9E25C (or 0xA9E25C) is known color: Conifer. HEX triplet: A9, E2 and 5C. RGB value is (169,226,92). Sum of RGB (Red+Green+Blue) = 169+226+92=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 92 (36.33% from 255 or 18.89% from 487); Max value from RGB is 226 - color contains mainly: green. Hex color #A9E25C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9E25C is #561DA3. Grayscale: #C2C2C2. Windows color (decimal): -5643684 or 6087337. OLE color: 6087337.
HSL color Cylindrical-coordinate representation of color #A9E25C: hue angle of 85.52º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A9E25C is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 226 | 92 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.11 |
| HSL | 85.52º | 0.7% | 0.62% | - |
| HSV(B) | 85.52º | 0.59% | 0.89% | - |
| XYZ | 45.49 | 63.6 | 20 | - |
| YUV | 193.68 | 70.62 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 226 | 92 | 0.25 | 0 | 0.59 | 0.11 | 85.52 | 0.7 | 0.62 |
| Hex | A9 | E2 | 5C | 19 | 0 | 3B | B | 56 | 46 | 3E |
| Octal | 251 | 342 | 134 | 31 | 0 | 73 | 13 | 126 | 106 | 76 |
| Binary | 10101001 | 11100010 | 1011100 | 11001 | 0 | 111011 | 1011 | 1010110 | 1000110 | 111110 |
Color Harmonies of #A9E25C
Complementary color
Monochromatic Colors of #A9E25C
Black with #A9E25C
Text Example
Text Example
White with #A9E25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E25C; }
p { color: rgb(169,226,92); }
H1.HeaderClassName
{
color: #A9E25C;
}
.AnyTagClassName
{
color: #A9E25C;
}
</style>
background-color css
<style>
a { background-color: #A9E25C; }
a { background-color: rgb(169,226,92); }
div.DivClassName
{
background-color: #A9E25C;
}
.BgClassName
{
background-color: #A9E25C;
}
</style>
border-color css
<style>
span { border-color: #A9E25C; }
span { border-color: rgb(169,226,92); }
td.TdClassName
{
border-color: #A9E25C;
}
.TagClassName
{
border-color: #A9E25C;
}
</style>