Shades of Conifer #A5E169
Tints of Conifer #A5E169
RGB
CMYK
RGB Variations
Color information
#A5E169 (or 0xA5E169) is known color: Conifer. HEX triplet: A5, E1 and 69. RGB value is (165,225,105). Sum of RGB (Red+Green+Blue) = 165+225+105=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 105 (41.41% from 255 or 21.21% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E169 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E169 is #5A1E96. Grayscale: #C1C1C1. Windows color (decimal): -5906071 or 6939045. OLE color: 6939045.
HSL color Cylindrical-coordinate representation of color #A5E169: hue angle of 90º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5E169 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 105 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.12 |
| HSL | 90º | 0.67% | 0.65% | - |
| HSV(B) | 90º | 0.53% | 0.88% | - |
| XYZ | 44.99 | 62.87 | 23.13 | - |
| YUV | 193.38 | 78.12 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 105 | 0.27 | 0 | 0.53 | 0.12 | 90 | 0.67 | 0.65 |
| Hex | A5 | E1 | 69 | 1B | 0 | 35 | C | 5A | 43 | 41 |
| Octal | 245 | 341 | 151 | 33 | 0 | 65 | 14 | 132 | 103 | 101 |
| Binary | 10100101 | 11100001 | 1101001 | 11011 | 0 | 110101 | 1100 | 1011010 | 1000011 | 1000001 |
Color Harmonies of #A5E169
Complementary color
Monochromatic Colors of #A5E169
Black with #A5E169
Text Example
Text Example
White with #A5E169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E169; }
p { color: rgb(165,225,105); }
H1.HeaderClassName
{
color: #A5E169;
}
.AnyTagClassName
{
color: #A5E169;
}
</style>
background-color css
<style>
a { background-color: #A5E169; }
a { background-color: rgb(165,225,105); }
div.DivClassName
{
background-color: #A5E169;
}
.BgClassName
{
background-color: #A5E169;
}
</style>
border-color css
<style>
span { border-color: #A5E169; }
span { border-color: rgb(165,225,105); }
td.TdClassName
{
border-color: #A5E169;
}
.TagClassName
{
border-color: #A5E169;
}
</style>