Shades of Conifer #A5E45C
Tints of Conifer #A5E45C
RGB
CMYK
RGB Variations
Color information
#A5E45C (or 0xA5E45C) is known color: Conifer. HEX triplet: A5, E4 and 5C. RGB value is (165,228,92). Sum of RGB (Red+Green+Blue) = 165+228+92=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 92 (36.33% from 255 or 18.97% from 485); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E45C is #5A1BA3. Grayscale: #C2C2C2. Windows color (decimal): -5905316 or 6087845. OLE color: 6087845.
HSL color Cylindrical-coordinate representation of color #A5E45C: hue angle of 87.79º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A5E45C is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 228 | 92 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.11 |
| HSL | 87.79º | 0.72% | 0.63% | - |
| HSV(B) | 87.79º | 0.6% | 0.89% | - |
| XYZ | 45.19 | 64.26 | 20.15 | - |
| YUV | 193.66 | 70.63 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 228 | 92 | 0.28 | 0 | 0.60 | 0.11 | 87.79 | 0.72 | 0.63 |
| Hex | A5 | E4 | 5C | 1C | 0 | 3C | B | 58 | 48 | 3F |
| Octal | 245 | 344 | 134 | 34 | 0 | 74 | 13 | 130 | 110 | 77 |
| Binary | 10100101 | 11100100 | 1011100 | 11100 | 0 | 111100 | 1011 | 1011000 | 1001000 | 111111 |
Color Harmonies of #A5E45C
Complementary color
Monochromatic Colors of #A5E45C
Black with #A5E45C
Text Example
Text Example
White with #A5E45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E45C; }
p { color: rgb(165,228,92); }
H1.HeaderClassName
{
color: #A5E45C;
}
.AnyTagClassName
{
color: #A5E45C;
}
</style>
background-color css
<style>
a { background-color: #A5E45C; }
a { background-color: rgb(165,228,92); }
div.DivClassName
{
background-color: #A5E45C;
}
.BgClassName
{
background-color: #A5E45C;
}
</style>
border-color css
<style>
span { border-color: #A5E45C; }
span { border-color: rgb(165,228,92); }
td.TdClassName
{
border-color: #A5E45C;
}
.TagClassName
{
border-color: #A5E45C;
}
</style>