Shades of Conifer #A8EB40
Tints of Conifer #A8EB40
RGB
CMYK
RGB Variations
Color information
#A8EB40 (or 0xA8EB40) is known color: Conifer. HEX triplet: A8, EB and 40. RGB value is (168,235,64). Sum of RGB (Red+Green+Blue) = 168+235+64=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 235 (92.19% from 255 or 50.32% from 467); Blue value is 64 (25.39% from 255 or 13.70% from 467); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EB40 is #5714BF. Grayscale: #C4C4C4. Windows color (decimal): -5706944 or 4254632. OLE color: 4254632.
HSL color Cylindrical-coordinate representation of color #A8EB40: hue angle of 83.51º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8EB40 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 235 | 64 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.08 |
| HSL | 83.51º | 0.81% | 0.59% | - |
| HSV(B) | 83.51º | 0.73% | 0.92% | - |
| XYZ | 46.78 | 68.11 | 15.53 | - |
| YUV | 195.47 | 53.8 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 235 | 64 | 0.29 | 0 | 0.73 | 0.08 | 83.51 | 0.81 | 0.59 |
| Hex | A8 | EB | 40 | 1D | 0 | 49 | 8 | 54 | 51 | 3B |
| Octal | 250 | 353 | 100 | 35 | 0 | 111 | 10 | 124 | 121 | 73 |
| Binary | 10101000 | 11101011 | 1000000 | 11101 | 0 | 1001001 | 1000 | 1010100 | 1010001 | 111011 |
Color Harmonies of #A8EB40
Complementary color
Monochromatic Colors of #A8EB40
Black with #A8EB40
Text Example
Text Example
White with #A8EB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EB40; }
p { color: rgb(168,235,64); }
H1.HeaderClassName
{
color: #A8EB40;
}
.AnyTagClassName
{
color: #A8EB40;
}
</style>
background-color css
<style>
a { background-color: #A8EB40; }
a { background-color: rgb(168,235,64); }
div.DivClassName
{
background-color: #A8EB40;
}
.BgClassName
{
background-color: #A8EB40;
}
</style>
border-color css
<style>
span { border-color: #A8EB40; }
span { border-color: rgb(168,235,64); }
td.TdClassName
{
border-color: #A8EB40;
}
.TagClassName
{
border-color: #A8EB40;
}
</style>