Shades of Conifer #A5E062
Tints of Conifer #A5E062
RGB
CMYK
RGB Variations
Color information
#A5E062 (or 0xA5E062) is known color: Conifer. HEX triplet: A5, E0 and 62. RGB value is (165,224,98). Sum of RGB (Red+Green+Blue) = 165+224+98=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 224 (87.89% from 255 or 46.00% from 487); Blue value is 98 (38.67% from 255 or 20.12% from 487); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E062 is #5A1F9D. Grayscale: #C0C0C0. Windows color (decimal): -5906334 or 6480037. OLE color: 6480037.
HSL color Cylindrical-coordinate representation of color #A5E062: hue angle of 88.1º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5E062 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 224 | 98 | - |
| CMYK | 0.26 | 0 | 0.56 | 0.12 |
| HSL | 88.1º | 0.67% | 0.63% | - |
| HSV(B) | 88.1º | 0.56% | 0.88% | - |
| XYZ | 44.38 | 62.19 | 21.22 | - |
| YUV | 192 | 74.95 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 224 | 98 | 0.26 | 0 | 0.56 | 0.12 | 88.1 | 0.67 | 0.63 |
| Hex | A5 | E0 | 62 | 1A | 0 | 38 | C | 58 | 43 | 3F |
| Octal | 245 | 340 | 142 | 32 | 0 | 70 | 14 | 130 | 103 | 77 |
| Binary | 10100101 | 11100000 | 1100010 | 11010 | 0 | 111000 | 1100 | 1011000 | 1000011 | 111111 |
Color Harmonies of #A5E062
Complementary color
Monochromatic Colors of #A5E062
Black with #A5E062
Text Example
Text Example
White with #A5E062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E062; }
p { color: rgb(165,224,98); }
H1.HeaderClassName
{
color: #A5E062;
}
.AnyTagClassName
{
color: #A5E062;
}
</style>
background-color css
<style>
a { background-color: #A5E062; }
a { background-color: rgb(165,224,98); }
div.DivClassName
{
background-color: #A5E062;
}
.BgClassName
{
background-color: #A5E062;
}
</style>
border-color css
<style>
span { border-color: #A5E062; }
span { border-color: rgb(165,224,98); }
td.TdClassName
{
border-color: #A5E062;
}
.TagClassName
{
border-color: #A5E062;
}
</style>