Shades of Conifer #A5E94D
Tints of Conifer #A5E94D
RGB
CMYK
RGB Variations
Color information
#A5E94D (or 0xA5E94D) is known color: Conifer. HEX triplet: A5, E9 and 4D. RGB value is (165,233,77). Sum of RGB (Red+Green+Blue) = 165+233+77=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 233 (91.41% from 255 or 49.05% from 475); Blue value is 77 (30.47% from 255 or 16.21% from 475); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E94D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E94D is #5A16B2. Grayscale: #C3C3C3. Windows color (decimal): -5904051 or 5106085. OLE color: 5106085.
HSL color Cylindrical-coordinate representation of color #A5E94D: hue angle of 86.15º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A5E94D is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 233 | 77 | - |
| CMYK | 0.29 | 0 | 0.67 | 0.09 |
| HSL | 86.15º | 0.78% | 0.61% | - |
| HSV(B) | 86.15º | 0.67% | 0.91% | - |
| XYZ | 46 | 66.81 | 17.49 | - |
| YUV | 194.88 | 61.47 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 233 | 77 | 0.29 | 0 | 0.67 | 0.09 | 86.15 | 0.78 | 0.61 |
| Hex | A5 | E9 | 4D | 1D | 0 | 43 | 9 | 56 | 4E | 3D |
| Octal | 245 | 351 | 115 | 35 | 0 | 103 | 11 | 126 | 116 | 75 |
| Binary | 10100101 | 11101001 | 1001101 | 11101 | 0 | 1000011 | 1001 | 1010110 | 1001110 | 111101 |
Color Harmonies of #A5E94D
Complementary color
Monochromatic Colors of #A5E94D
Black with #A5E94D
Text Example
Text Example
White with #A5E94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E94D; }
p { color: rgb(165,233,77); }
H1.HeaderClassName
{
color: #A5E94D;
}
.AnyTagClassName
{
color: #A5E94D;
}
</style>
background-color css
<style>
a { background-color: #A5E94D; }
a { background-color: rgb(165,233,77); }
div.DivClassName
{
background-color: #A5E94D;
}
.BgClassName
{
background-color: #A5E94D;
}
</style>
border-color css
<style>
span { border-color: #A5E94D; }
span { border-color: rgb(165,233,77); }
td.TdClassName
{
border-color: #A5E94D;
}
.TagClassName
{
border-color: #A5E94D;
}
</style>