Shades of Conifer #A5E254
Tints of Conifer #A5E254
RGB
CMYK
RGB Variations
Color information
#A5E254 (or 0xA5E254) is known color: Conifer. HEX triplet: A5, E2 and 54. RGB value is (165,226,84). Sum of RGB (Red+Green+Blue) = 165+226+84=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 226 (88.67% from 255 or 47.58% from 475); Blue value is 84 (33.20% from 255 or 17.68% from 475); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E254 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E254 is #5A1DAB. Grayscale: #C0C0C0. Windows color (decimal): -5905836 or 5563045. OLE color: 5563045.
HSL color Cylindrical-coordinate representation of color #A5E254: hue angle of 85.77º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A5E254 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 226 | 84 | - |
| CMYK | 0.27 | 0 | 0.63 | 0.11 |
| HSL | 85.77º | 0.71% | 0.61% | - |
| HSV(B) | 85.77º | 0.63% | 0.89% | - |
| XYZ | 44.31 | 63.03 | 18.22 | - |
| YUV | 191.57 | 67.29 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 226 | 84 | 0.27 | 0 | 0.63 | 0.11 | 85.77 | 0.71 | 0.61 |
| Hex | A5 | E2 | 54 | 1B | 0 | 3F | B | 56 | 47 | 3D |
| Octal | 245 | 342 | 124 | 33 | 0 | 77 | 13 | 126 | 107 | 75 |
| Binary | 10100101 | 11100010 | 1010100 | 11011 | 0 | 111111 | 1011 | 1010110 | 1000111 | 111101 |
Color Harmonies of #A5E254
Complementary color
Monochromatic Colors of #A5E254
Black with #A5E254
Text Example
Text Example
White with #A5E254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E254; }
p { color: rgb(165,226,84); }
H1.HeaderClassName
{
color: #A5E254;
}
.AnyTagClassName
{
color: #A5E254;
}
</style>
background-color css
<style>
a { background-color: #A5E254; }
a { background-color: rgb(165,226,84); }
div.DivClassName
{
background-color: #A5E254;
}
.BgClassName
{
background-color: #A5E254;
}
</style>
border-color css
<style>
span { border-color: #A5E254; }
span { border-color: rgb(165,226,84); }
td.TdClassName
{
border-color: #A5E254;
}
.TagClassName
{
border-color: #A5E254;
}
</style>