Shades of Conifer #A5E766
Tints of Conifer #A5E766
RGB
CMYK
RGB Variations
Color information
#A5E766 (or 0xA5E766) is known color: Conifer. HEX triplet: A5, E7 and 66. RGB value is (165,231,102). Sum of RGB (Red+Green+Blue) = 165+231+102=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 231 (90.62% from 255 or 46.39% from 498); Blue value is 102 (40.23% from 255 or 20.48% from 498); Max value from RGB is 231 - color contains mainly: green. Hex color #A5E766 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E766 is #5A1899. Grayscale: #C5C5C5. Windows color (decimal): -5904538 or 6743973. OLE color: 6743973.
HSL color Cylindrical-coordinate representation of color #A5E766: hue angle of 90.7º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5E766 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 231 | 102 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.09 |
| HSL | 90.7º | 0.73% | 0.65% | - |
| HSV(B) | 90.7º | 0.56% | 0.91% | - |
| XYZ | 46.49 | 66.11 | 22.88 | - |
| YUV | 196.56 | 74.63 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 231 | 102 | 0.29 | 0 | 0.56 | 0.09 | 90.7 | 0.73 | 0.65 |
| Hex | A5 | E7 | 66 | 1D | 0 | 38 | 9 | 5B | 49 | 41 |
| Octal | 245 | 347 | 146 | 35 | 0 | 70 | 11 | 133 | 111 | 101 |
| Binary | 10100101 | 11100111 | 1100110 | 11101 | 0 | 111000 | 1001 | 1011011 | 1001001 | 1000001 |
Color Harmonies of #A5E766
Complementary color
Monochromatic Colors of #A5E766
Black with #A5E766
Text Example
Text Example
White with #A5E766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E766; }
p { color: rgb(165,231,102); }
H1.HeaderClassName
{
color: #A5E766;
}
.AnyTagClassName
{
color: #A5E766;
}
</style>
background-color css
<style>
a { background-color: #A5E766; }
a { background-color: rgb(165,231,102); }
div.DivClassName
{
background-color: #A5E766;
}
.BgClassName
{
background-color: #A5E766;
}
</style>
border-color css
<style>
span { border-color: #A5E766; }
span { border-color: rgb(165,231,102); }
td.TdClassName
{
border-color: #A5E766;
}
.TagClassName
{
border-color: #A5E766;
}
</style>