Shades of Conifer #A5E455
Tints of Conifer #A5E455
RGB
CMYK
RGB Variations
Color information
#A5E455 (or 0xA5E455) is known color: Conifer. HEX triplet: A5, E4 and 55. RGB value is (165,228,85). Sum of RGB (Red+Green+Blue) = 165+228+85=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 228 (89.45% from 255 or 47.70% from 478); Blue value is 85 (33.59% from 255 or 17.78% from 478); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E455 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E455 is #5A1BAA. Grayscale: #C1C1C1. Windows color (decimal): -5905323 or 5629093. OLE color: 5629093.
HSL color Cylindrical-coordinate representation of color #A5E455: hue angle of 86.43º degrees, saturation: 0.73, 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 #A5E455 is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 228 | 85 | - |
| CMYK | 0.28 | 0 | 0.63 | 0.11 |
| HSL | 86.43º | 0.73% | 0.61% | - |
| HSV(B) | 86.43º | 0.63% | 0.89% | - |
| XYZ | 44.9 | 64.14 | 18.61 | - |
| YUV | 192.86 | 67.13 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 228 | 85 | 0.28 | 0 | 0.63 | 0.11 | 86.43 | 0.73 | 0.61 |
| Hex | A5 | E4 | 55 | 1C | 0 | 3F | B | 56 | 49 | 3D |
| Octal | 245 | 344 | 125 | 34 | 0 | 77 | 13 | 126 | 111 | 75 |
| Binary | 10100101 | 11100100 | 1010101 | 11100 | 0 | 111111 | 1011 | 1010110 | 1001001 | 111101 |
Color Harmonies of #A5E455
Complementary color
Monochromatic Colors of #A5E455
Black with #A5E455
Text Example
Text Example
White with #A5E455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E455; }
p { color: rgb(165,228,85); }
H1.HeaderClassName
{
color: #A5E455;
}
.AnyTagClassName
{
color: #A5E455;
}
</style>
background-color css
<style>
a { background-color: #A5E455; }
a { background-color: rgb(165,228,85); }
div.DivClassName
{
background-color: #A5E455;
}
.BgClassName
{
background-color: #A5E455;
}
</style>
border-color css
<style>
span { border-color: #A5E455; }
span { border-color: rgb(165,228,85); }
td.TdClassName
{
border-color: #A5E455;
}
.TagClassName
{
border-color: #A5E455;
}
</style>