Shades of Conifer #A5E257
Tints of Conifer #A5E257
RGB
CMYK
RGB Variations
Color information
#A5E257 (or 0xA5E257) is known color: Conifer. HEX triplet: A5, E2 and 57. RGB value is (165,226,87). Sum of RGB (Red+Green+Blue) = 165+226+87=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 226 (88.67% from 255 or 47.28% from 478); Blue value is 87 (34.38% from 255 or 18.20% from 478); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E257 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E257 is #5A1DA8. Grayscale: #C0C0C0. Windows color (decimal): -5905833 or 5759653. OLE color: 5759653.
HSL color Cylindrical-coordinate representation of color #A5E257: hue angle of 86.33º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5E257 is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 226 | 87 | - |
| CMYK | 0.27 | 0 | 0.62 | 0.11 |
| HSL | 86.33º | 0.71% | 0.61% | - |
| HSV(B) | 86.33º | 0.62% | 0.89% | - |
| XYZ | 44.43 | 63.08 | 18.85 | - |
| YUV | 191.92 | 68.79 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 226 | 87 | 0.27 | 0 | 0.62 | 0.11 | 86.33 | 0.71 | 0.61 |
| Hex | A5 | E2 | 57 | 1B | 0 | 3E | B | 56 | 47 | 3D |
| Octal | 245 | 342 | 127 | 33 | 0 | 76 | 13 | 126 | 107 | 75 |
| Binary | 10100101 | 11100010 | 1010111 | 11011 | 0 | 111110 | 1011 | 1010110 | 1000111 | 111101 |
Color Harmonies of #A5E257
Complementary color
Monochromatic Colors of #A5E257
Black with #A5E257
Text Example
Text Example
White with #A5E257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E257; }
p { color: rgb(165,226,87); }
H1.HeaderClassName
{
color: #A5E257;
}
.AnyTagClassName
{
color: #A5E257;
}
</style>
background-color css
<style>
a { background-color: #A5E257; }
a { background-color: rgb(165,226,87); }
div.DivClassName
{
background-color: #A5E257;
}
.BgClassName
{
background-color: #A5E257;
}
</style>
border-color css
<style>
span { border-color: #A5E257; }
span { border-color: rgb(165,226,87); }
td.TdClassName
{
border-color: #A5E257;
}
.TagClassName
{
border-color: #A5E257;
}
</style>