Shades of Conifer #A5E168
Tints of Conifer #A5E168
RGB
CMYK
RGB Variations
Color information
#A5E168 (or 0xA5E168) is known color: Conifer. HEX triplet: A5, E1 and 68. RGB value is (165,225,104). Sum of RGB (Red+Green+Blue) = 165+225+104=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 104 (41.02% from 255 or 21.05% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E168 is #5A1E97. Grayscale: #C1C1C1. Windows color (decimal): -5906072 or 6873509. OLE color: 6873509.
HSL color Cylindrical-coordinate representation of color #A5E168: hue angle of 89.75º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A5E168 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 104 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.12 |
| HSL | 89.75º | 0.67% | 0.65% | - |
| HSV(B) | 89.75º | 0.54% | 0.88% | - |
| XYZ | 44.94 | 62.85 | 22.86 | - |
| YUV | 193.27 | 77.62 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 104 | 0.27 | 0 | 0.54 | 0.12 | 89.75 | 0.67 | 0.65 |
| Hex | A5 | E1 | 68 | 1B | 0 | 36 | C | 5A | 43 | 41 |
| Octal | 245 | 341 | 150 | 33 | 0 | 66 | 14 | 132 | 103 | 101 |
| Binary | 10100101 | 11100001 | 1101000 | 11011 | 0 | 110110 | 1100 | 1011010 | 1000011 | 1000001 |
Color Harmonies of #A5E168
Complementary color
Monochromatic Colors of #A5E168
Black with #A5E168
Text Example
Text Example
White with #A5E168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E168; }
p { color: rgb(165,225,104); }
H1.HeaderClassName
{
color: #A5E168;
}
.AnyTagClassName
{
color: #A5E168;
}
</style>
background-color css
<style>
a { background-color: #A5E168; }
a { background-color: rgb(165,225,104); }
div.DivClassName
{
background-color: #A5E168;
}
.BgClassName
{
background-color: #A5E168;
}
</style>
border-color css
<style>
span { border-color: #A5E168; }
span { border-color: rgb(165,225,104); }
td.TdClassName
{
border-color: #A5E168;
}
.TagClassName
{
border-color: #A5E168;
}
</style>