Shades of Conifer #A5E461
Tints of Conifer #A5E461
RGB
CMYK
RGB Variations
Color information
#A5E461 (or 0xA5E461) is known color: Conifer. HEX triplet: A5, E4 and 61. RGB value is (165,228,97). Sum of RGB (Red+Green+Blue) = 165+228+97=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 228 (89.45% from 255 or 46.53% from 490); Blue value is 97 (38.28% from 255 or 19.80% from 490); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E461 is #5A1B9E. Grayscale: #C2C2C2. Windows color (decimal): -5905311 or 6415525. OLE color: 6415525.
HSL color Cylindrical-coordinate representation of color #A5E461: hue angle of 88.85º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A5E461 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 228 | 97 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.11 |
| HSL | 88.85º | 0.71% | 0.64% | - |
| HSV(B) | 88.85º | 0.57% | 0.89% | - |
| XYZ | 45.42 | 64.35 | 21.34 | - |
| YUV | 194.23 | 73.13 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 228 | 97 | 0.28 | 0 | 0.57 | 0.11 | 88.85 | 0.71 | 0.64 |
| Hex | A5 | E4 | 61 | 1C | 0 | 39 | B | 59 | 47 | 40 |
| Octal | 245 | 344 | 141 | 34 | 0 | 71 | 13 | 131 | 107 | 100 |
| Binary | 10100101 | 11100100 | 1100001 | 11100 | 0 | 111001 | 1011 | 1011001 | 1000111 | 1000000 |
Color Harmonies of #A5E461
Complementary color
Monochromatic Colors of #A5E461
Black with #A5E461
Text Example
Text Example
White with #A5E461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E461; }
p { color: rgb(165,228,97); }
H1.HeaderClassName
{
color: #A5E461;
}
.AnyTagClassName
{
color: #A5E461;
}
</style>
background-color css
<style>
a { background-color: #A5E461; }
a { background-color: rgb(165,228,97); }
div.DivClassName
{
background-color: #A5E461;
}
.BgClassName
{
background-color: #A5E461;
}
</style>
border-color css
<style>
span { border-color: #A5E461; }
span { border-color: rgb(165,228,97); }
td.TdClassName
{
border-color: #A5E461;
}
.TagClassName
{
border-color: #A5E461;
}
</style>