Shades of Conifer #A8EC5C
Tints of Conifer #A8EC5C
RGB
CMYK
RGB Variations
Color information
#A8EC5C (or 0xA8EC5C) is known color: Conifer. HEX triplet: A8, EC and 5C. RGB value is (168,236,92). Sum of RGB (Red+Green+Blue) = 168+236+92=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 236 (92.58% from 255 or 47.58% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 236 - color contains mainly: green. Hex color #A8EC5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EC5C is #5713A3. Grayscale: #C7C7C7. Windows color (decimal): -5706660 or 6089896. OLE color: 6089896.
HSL color Cylindrical-coordinate representation of color #A8EC5C: hue angle of 88.33º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8EC5C is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 92 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.07 |
| HSL | 88.33º | 0.79% | 0.64% | - |
| HSV(B) | 88.33º | 0.61% | 0.93% | - |
| XYZ | 48.08 | 69.09 | 20.93 | - |
| YUV | 199.25 | 67.47 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 92 | 0.29 | 0 | 0.61 | 0.07 | 88.33 | 0.79 | 0.64 |
| Hex | A8 | EC | 5C | 1D | 0 | 3D | 7 | 58 | 4F | 40 |
| Octal | 250 | 354 | 134 | 35 | 0 | 75 | 7 | 130 | 117 | 100 |
| Binary | 10101000 | 11101100 | 1011100 | 11101 | 0 | 111101 | 111 | 1011000 | 1001111 | 1000000 |
Color Harmonies of #A8EC5C
Complementary color
Monochromatic Colors of #A8EC5C
Black with #A8EC5C
Text Example
Text Example
White with #A8EC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EC5C; }
p { color: rgb(168,236,92); }
H1.HeaderClassName
{
color: #A8EC5C;
}
.AnyTagClassName
{
color: #A8EC5C;
}
</style>
background-color css
<style>
a { background-color: #A8EC5C; }
a { background-color: rgb(168,236,92); }
div.DivClassName
{
background-color: #A8EC5C;
}
.BgClassName
{
background-color: #A8EC5C;
}
</style>
border-color css
<style>
span { border-color: #A8EC5C; }
span { border-color: rgb(168,236,92); }
td.TdClassName
{
border-color: #A8EC5C;
}
.TagClassName
{
border-color: #A8EC5C;
}
</style>