Shades of Conifer #A5E246
Tints of Conifer #A5E246
RGB
CMYK
RGB Variations
Color information
#A5E246 (or 0xA5E246) is known color: Conifer. HEX triplet: A5, E2 and 46. RGB value is (165,226,70). Sum of RGB (Red+Green+Blue) = 165+226+70=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 226 (88.67% from 255 or 49.02% from 461); Blue value is 70 (27.73% from 255 or 15.18% from 461); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E246 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E246 is #5A1DB9. Grayscale: #BEBEBE. Windows color (decimal): -5905850 or 4645541. OLE color: 4645541.
HSL color Cylindrical-coordinate representation of color #A5E246: hue angle of 83.46º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A5E246 is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 226 | 70 | - |
| CMYK | 0.27 | 0 | 0.69 | 0.11 |
| HSL | 83.46º | 0.73% | 0.58% | - |
| HSV(B) | 83.46º | 0.69% | 0.89% | - |
| XYZ | 43.82 | 62.83 | 15.61 | - |
| YUV | 189.98 | 60.29 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 226 | 70 | 0.27 | 0 | 0.69 | 0.11 | 83.46 | 0.73 | 0.58 |
| Hex | A5 | E2 | 46 | 1B | 0 | 45 | B | 53 | 49 | 3A |
| Octal | 245 | 342 | 106 | 33 | 0 | 105 | 13 | 123 | 111 | 72 |
| Binary | 10100101 | 11100010 | 1000110 | 11011 | 0 | 1000101 | 1011 | 1010011 | 1001001 | 111010 |
Color Harmonies of #A5E246
Complementary color
Monochromatic Colors of #A5E246
Black with #A5E246
Text Example
Text Example
White with #A5E246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E246; }
p { color: rgb(165,226,70); }
H1.HeaderClassName
{
color: #A5E246;
}
.AnyTagClassName
{
color: #A5E246;
}
</style>
background-color css
<style>
a { background-color: #A5E246; }
a { background-color: rgb(165,226,70); }
div.DivClassName
{
background-color: #A5E246;
}
.BgClassName
{
background-color: #A5E246;
}
</style>
border-color css
<style>
span { border-color: #A5E246; }
span { border-color: rgb(165,226,70); }
td.TdClassName
{
border-color: #A5E246;
}
.TagClassName
{
border-color: #A5E246;
}
</style>