Shades of Conifer #A8EC67
Tints of Conifer #A8EC67
RGB
CMYK
RGB Variations
Color information
#A8EC67 (or 0xA8EC67) is known color: Conifer. HEX triplet: A8, EC and 67. RGB value is (168,236,103). Sum of RGB (Red+Green+Blue) = 168+236+103=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 103 (40.62% from 255 or 20.32% from 507); Max value from RGB is 236 - color contains mainly: green. Hex color #A8EC67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EC67 is #571398. Grayscale: #C8C8C8. Windows color (decimal): -5706649 or 6810792. OLE color: 6810792.
HSL color Cylindrical-coordinate representation of color #A8EC67: hue angle of 90.68º 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 #A8EC67 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 103 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.07 |
| HSL | 90.68º | 0.78% | 0.66% | - |
| HSV(B) | 90.68º | 0.56% | 0.93% | - |
| XYZ | 48.59 | 69.3 | 23.65 | - |
| YUV | 200.51 | 72.97 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 103 | 0.29 | 0 | 0.56 | 0.07 | 90.68 | 0.78 | 0.66 |
| Hex | A8 | EC | 67 | 1D | 0 | 38 | 7 | 5B | 4E | 42 |
| Octal | 250 | 354 | 147 | 35 | 0 | 70 | 7 | 133 | 116 | 102 |
| Binary | 10101000 | 11101100 | 1100111 | 11101 | 0 | 111000 | 111 | 1011011 | 1001110 | 1000010 |
Color Harmonies of #A8EC67
Complementary color
Monochromatic Colors of #A8EC67
Black with #A8EC67
Text Example
Text Example
White with #A8EC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EC67; }
p { color: rgb(168,236,103); }
H1.HeaderClassName
{
color: #A8EC67;
}
.AnyTagClassName
{
color: #A8EC67;
}
</style>
background-color css
<style>
a { background-color: #A8EC67; }
a { background-color: rgb(168,236,103); }
div.DivClassName
{
background-color: #A8EC67;
}
.BgClassName
{
background-color: #A8EC67;
}
</style>
border-color css
<style>
span { border-color: #A8EC67; }
span { border-color: rgb(168,236,103); }
td.TdClassName
{
border-color: #A8EC67;
}
.TagClassName
{
border-color: #A8EC67;
}
</style>