Shades of Conifer #A5ED65
Tints of Conifer #A5ED65
RGB
CMYK
RGB Variations
Color information
#A5ED65 (or 0xA5ED65) is known color: Conifer. HEX triplet: A5, ED and 65. RGB value is (165,237,101). Sum of RGB (Red+Green+Blue) = 165+237+101=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 101 (39.84% from 255 or 20.08% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #A5ED65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5ED65 is #5A129A. Grayscale: #C8C8C8. Windows color (decimal): -5903003 or 6679973. OLE color: 6679973.
HSL color Cylindrical-coordinate representation of color #A5ED65: hue angle of 91.76º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A5ED65 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 237 | 101 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.07 |
| HSL | 91.76º | 0.79% | 0.66% | - |
| HSV(B) | 91.76º | 0.57% | 0.93% | - |
| XYZ | 48.15 | 69.51 | 23.19 | - |
| YUV | 199.97 | 72.15 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 237 | 101 | 0.30 | 0 | 0.57 | 0.07 | 91.76 | 0.79 | 0.66 |
| Hex | A5 | ED | 65 | 1E | 0 | 39 | 7 | 5C | 4F | 42 |
| Octal | 245 | 355 | 145 | 36 | 0 | 71 | 7 | 134 | 117 | 102 |
| Binary | 10100101 | 11101101 | 1100101 | 11110 | 0 | 111001 | 111 | 1011100 | 1001111 | 1000010 |
Color Harmonies of #A5ED65
Complementary color
Monochromatic Colors of #A5ED65
Black with #A5ED65
Text Example
Text Example
White with #A5ED65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ED65; }
p { color: rgb(165,237,101); }
H1.HeaderClassName
{
color: #A5ED65;
}
.AnyTagClassName
{
color: #A5ED65;
}
</style>
background-color css
<style>
a { background-color: #A5ED65; }
a { background-color: rgb(165,237,101); }
div.DivClassName
{
background-color: #A5ED65;
}
.BgClassName
{
background-color: #A5ED65;
}
</style>
border-color css
<style>
span { border-color: #A5ED65; }
span { border-color: rgb(165,237,101); }
td.TdClassName
{
border-color: #A5ED65;
}
.TagClassName
{
border-color: #A5ED65;
}
</style>