Shades of Conifer #A5EC67
Tints of Conifer #A5EC67
RGB
CMYK
RGB Variations
Color information
#A5EC67 (or 0xA5EC67) is known color: Conifer. HEX triplet: A5, EC and 67. RGB value is (165,236,103). Sum of RGB (Red+Green+Blue) = 165+236+103=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 103 (40.62% from 255 or 20.44% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #A5EC67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5EC67 is #5A1398. Grayscale: #C8C8C8. Windows color (decimal): -5903257 or 6810789. OLE color: 6810789.
HSL color Cylindrical-coordinate representation of color #A5EC67: hue angle of 92.03º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5EC67 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 236 | 103 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.07 |
| HSL | 92.03º | 0.78% | 0.66% | - |
| HSV(B) | 92.03º | 0.56% | 0.93% | - |
| XYZ | 47.96 | 68.97 | 23.62 | - |
| YUV | 199.61 | 73.48 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 236 | 103 | 0.30 | 0 | 0.56 | 0.07 | 92.03 | 0.78 | 0.66 |
| Hex | A5 | EC | 67 | 1E | 0 | 38 | 7 | 5C | 4E | 42 |
| Octal | 245 | 354 | 147 | 36 | 0 | 70 | 7 | 134 | 116 | 102 |
| Binary | 10100101 | 11101100 | 1100111 | 11110 | 0 | 111000 | 111 | 1011100 | 1001110 | 1000010 |
Color Harmonies of #A5EC67
Complementary color
Monochromatic Colors of #A5EC67
Black with #A5EC67
Text Example
Text Example
White with #A5EC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EC67; }
p { color: rgb(165,236,103); }
H1.HeaderClassName
{
color: #A5EC67;
}
.AnyTagClassName
{
color: #A5EC67;
}
</style>
background-color css
<style>
a { background-color: #A5EC67; }
a { background-color: rgb(165,236,103); }
div.DivClassName
{
background-color: #A5EC67;
}
.BgClassName
{
background-color: #A5EC67;
}
</style>
border-color css
<style>
span { border-color: #A5EC67; }
span { border-color: rgb(165,236,103); }
td.TdClassName
{
border-color: #A5EC67;
}
.TagClassName
{
border-color: #A5EC67;
}
</style>