Shades of Conifer #A9ED65
Tints of Conifer #A9ED65
RGB
CMYK
RGB Variations
Color information
#A9ED65 (or 0xA9ED65) is known color: Conifer. HEX triplet: A9, ED and 65. RGB value is (169,237,101). Sum of RGB (Red+Green+Blue) = 169+237+101=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 237 (92.97% from 255 or 46.75% from 507); Blue value is 101 (39.84% from 255 or 19.92% from 507); Max value from RGB is 237 - color contains mainly: green. Hex color #A9ED65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9ED65 is #56129A. Grayscale: #C9C9C9. Windows color (decimal): -5640859 or 6679977. OLE color: 6679977.
HSL color Cylindrical-coordinate representation of color #A9ED65: hue angle of 90º 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 #A9ED65 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 237 | 101 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.07 |
| HSL | 90º | 0.79% | 0.66% | - |
| HSV(B) | 90º | 0.57% | 0.93% | - |
| XYZ | 49 | 69.94 | 23.23 | - |
| YUV | 201.16 | 71.47 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 237 | 101 | 0.29 | 0 | 0.57 | 0.07 | 90 | 0.79 | 0.66 |
| Hex | A9 | ED | 65 | 1D | 0 | 39 | 7 | 5A | 4F | 42 |
| Octal | 251 | 355 | 145 | 35 | 0 | 71 | 7 | 132 | 117 | 102 |
| Binary | 10101001 | 11101101 | 1100101 | 11101 | 0 | 111001 | 111 | 1011010 | 1001111 | 1000010 |
Color Harmonies of #A9ED65
Complementary color
Monochromatic Colors of #A9ED65
Black with #A9ED65
Text Example
Text Example
White with #A9ED65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ED65; }
p { color: rgb(169,237,101); }
H1.HeaderClassName
{
color: #A9ED65;
}
.AnyTagClassName
{
color: #A9ED65;
}
</style>
background-color css
<style>
a { background-color: #A9ED65; }
a { background-color: rgb(169,237,101); }
div.DivClassName
{
background-color: #A9ED65;
}
.BgClassName
{
background-color: #A9ED65;
}
</style>
border-color css
<style>
span { border-color: #A9ED65; }
span { border-color: rgb(169,237,101); }
td.TdClassName
{
border-color: #A9ED65;
}
.TagClassName
{
border-color: #A9ED65;
}
</style>