Shades of Conifer #A5E366
Tints of Conifer #A5E366
RGB
CMYK
RGB Variations
Color information
#A5E366 (or 0xA5E366) is known color: Conifer. HEX triplet: A5, E3 and 66. RGB value is (165,227,102). Sum of RGB (Red+Green+Blue) = 165+227+102=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 102 (40.23% from 255 or 20.65% from 494); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E366 is #5A1C99. Grayscale: #C2C2C2. Windows color (decimal): -5905562 or 6742949. OLE color: 6742949.
HSL color Cylindrical-coordinate representation of color #A5E366: hue angle of 89.76º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A5E366 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 227 | 102 | - |
| CMYK | 0.27 | 0 | 0.55 | 0.11 |
| HSL | 89.76º | 0.69% | 0.65% | - |
| HSV(B) | 89.76º | 0.55% | 0.89% | - |
| XYZ | 45.38 | 63.9 | 22.51 | - |
| YUV | 194.21 | 75.96 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 227 | 102 | 0.27 | 0 | 0.55 | 0.11 | 89.76 | 0.69 | 0.65 |
| Hex | A5 | E3 | 66 | 1B | 0 | 37 | B | 5A | 45 | 41 |
| Octal | 245 | 343 | 146 | 33 | 0 | 67 | 13 | 132 | 105 | 101 |
| Binary | 10100101 | 11100011 | 1100110 | 11011 | 0 | 110111 | 1011 | 1011010 | 1000101 | 1000001 |
Color Harmonies of #A5E366
Complementary color
Monochromatic Colors of #A5E366
Black with #A5E366
Text Example
Text Example
White with #A5E366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E366; }
p { color: rgb(165,227,102); }
H1.HeaderClassName
{
color: #A5E366;
}
.AnyTagClassName
{
color: #A5E366;
}
</style>
background-color css
<style>
a { background-color: #A5E366; }
a { background-color: rgb(165,227,102); }
div.DivClassName
{
background-color: #A5E366;
}
.BgClassName
{
background-color: #A5E366;
}
</style>
border-color css
<style>
span { border-color: #A5E366; }
span { border-color: rgb(165,227,102); }
td.TdClassName
{
border-color: #A5E366;
}
.TagClassName
{
border-color: #A5E366;
}
</style>