Shades of Conifer #A5E65E
Tints of Conifer #A5E65E
RGB
CMYK
RGB Variations
Color information
#A5E65E (or 0xA5E65E) is known color: Conifer. HEX triplet: A5, E6 and 5E. RGB value is (165,230,94). Sum of RGB (Red+Green+Blue) = 165+230+94=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 230 (90.23% from 255 or 47.03% from 489); Blue value is 94 (37.11% from 255 or 19.22% from 489); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E65E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E65E is #5A19A1. Grayscale: #C3C3C3. Windows color (decimal): -5904802 or 6219429. OLE color: 6219429.
HSL color Cylindrical-coordinate representation of color #A5E65E: hue angle of 88.68º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5E65E is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 230 | 94 | - |
| CMYK | 0.28 | 0 | 0.59 | 0.10 |
| HSL | 88.68º | 0.73% | 0.64% | - |
| HSV(B) | 88.68º | 0.59% | 0.9% | - |
| XYZ | 45.83 | 65.4 | 20.8 | - |
| YUV | 195.06 | 70.97 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 230 | 94 | 0.28 | 0 | 0.59 | 0.10 | 88.68 | 0.73 | 0.64 |
| Hex | A5 | E6 | 5E | 1C | 0 | 3B | A | 59 | 49 | 40 |
| Octal | 245 | 346 | 136 | 34 | 0 | 73 | 12 | 131 | 111 | 100 |
| Binary | 10100101 | 11100110 | 1011110 | 11100 | 0 | 111011 | 1010 | 1011001 | 1001001 | 1000000 |
Color Harmonies of #A5E65E
Complementary color
Monochromatic Colors of #A5E65E
Black with #A5E65E
Text Example
Text Example
White with #A5E65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E65E; }
p { color: rgb(165,230,94); }
H1.HeaderClassName
{
color: #A5E65E;
}
.AnyTagClassName
{
color: #A5E65E;
}
</style>
background-color css
<style>
a { background-color: #A5E65E; }
a { background-color: rgb(165,230,94); }
div.DivClassName
{
background-color: #A5E65E;
}
.BgClassName
{
background-color: #A5E65E;
}
</style>
border-color css
<style>
span { border-color: #A5E65E; }
span { border-color: rgb(165,230,94); }
td.TdClassName
{
border-color: #A5E65E;
}
.TagClassName
{
border-color: #A5E65E;
}
</style>