Shades of Conifer #A5E158
Tints of Conifer #A5E158
RGB
CMYK
RGB Variations
Color information
#A5E158 (or 0xA5E158) is known color: Conifer. HEX triplet: A5, E1 and 58. RGB value is (165,225,88). Sum of RGB (Red+Green+Blue) = 165+225+88=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 88 (34.77% from 255 or 18.41% from 478); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E158 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E158 is #5A1EA7. Grayscale: #BFBFBF. Windows color (decimal): -5906088 or 5824933. OLE color: 5824933.
HSL color Cylindrical-coordinate representation of color #A5E158: hue angle of 86.28º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A5E158 is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 88 | - |
| CMYK | 0.27 | 0 | 0.61 | 0.12 |
| HSL | 86.28º | 0.7% | 0.61% | - |
| HSV(B) | 86.28º | 0.61% | 0.88% | - |
| XYZ | 44.2 | 62.55 | 18.98 | - |
| YUV | 191.44 | 69.62 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 88 | 0.27 | 0 | 0.61 | 0.12 | 86.28 | 0.7 | 0.61 |
| Hex | A5 | E1 | 58 | 1B | 0 | 3D | C | 56 | 46 | 3D |
| Octal | 245 | 341 | 130 | 33 | 0 | 75 | 14 | 126 | 106 | 75 |
| Binary | 10100101 | 11100001 | 1011000 | 11011 | 0 | 111101 | 1100 | 1010110 | 1000110 | 111101 |
Color Harmonies of #A5E158
Complementary color
Monochromatic Colors of #A5E158
Black with #A5E158
Text Example
Text Example
White with #A5E158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E158; }
p { color: rgb(165,225,88); }
H1.HeaderClassName
{
color: #A5E158;
}
.AnyTagClassName
{
color: #A5E158;
}
</style>
background-color css
<style>
a { background-color: #A5E158; }
a { background-color: rgb(165,225,88); }
div.DivClassName
{
background-color: #A5E158;
}
.BgClassName
{
background-color: #A5E158;
}
</style>
border-color css
<style>
span { border-color: #A5E158; }
span { border-color: rgb(165,225,88); }
td.TdClassName
{
border-color: #A5E158;
}
.TagClassName
{
border-color: #A5E158;
}
</style>