Shades of Conifer #A5E74E
Tints of Conifer #A5E74E
RGB
CMYK
RGB Variations
Color information
#A5E74E (or 0xA5E74E) is known color: Conifer. HEX triplet: A5, E7 and 4E. RGB value is (165,231,78). Sum of RGB (Red+Green+Blue) = 165+231+78=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 231 (90.62% from 255 or 48.73% from 474); Blue value is 78 (30.86% from 255 or 16.46% from 474); Max value from RGB is 231 - color contains mainly: green. Hex color #A5E74E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E74E is #5A18B1. Grayscale: #C2C2C2. Windows color (decimal): -5904562 or 5171109. OLE color: 5171109.
HSL color Cylindrical-coordinate representation of color #A5E74E: hue angle of 85.88º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A5E74E is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 231 | 78 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.09 |
| HSL | 85.88º | 0.76% | 0.61% | - |
| HSV(B) | 85.88º | 0.66% | 0.91% | - |
| XYZ | 45.47 | 65.7 | 17.49 | - |
| YUV | 193.82 | 62.63 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 231 | 78 | 0.29 | 0 | 0.66 | 0.09 | 85.88 | 0.76 | 0.61 |
| Hex | A5 | E7 | 4E | 1D | 0 | 42 | 9 | 56 | 4C | 3D |
| Octal | 245 | 347 | 116 | 35 | 0 | 102 | 11 | 126 | 114 | 75 |
| Binary | 10100101 | 11100111 | 1001110 | 11101 | 0 | 1000010 | 1001 | 1010110 | 1001100 | 111101 |
Color Harmonies of #A5E74E
Complementary color
Monochromatic Colors of #A5E74E
Black with #A5E74E
Text Example
Text Example
White with #A5E74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E74E; }
p { color: rgb(165,231,78); }
H1.HeaderClassName
{
color: #A5E74E;
}
.AnyTagClassName
{
color: #A5E74E;
}
</style>
background-color css
<style>
a { background-color: #A5E74E; }
a { background-color: rgb(165,231,78); }
div.DivClassName
{
background-color: #A5E74E;
}
.BgClassName
{
background-color: #A5E74E;
}
</style>
border-color css
<style>
span { border-color: #A5E74E; }
span { border-color: rgb(165,231,78); }
td.TdClassName
{
border-color: #A5E74E;
}
.TagClassName
{
border-color: #A5E74E;
}
</style>