Shades of Conifer #A8EB54
Tints of Conifer #A8EB54
RGB
CMYK
RGB Variations
Color information
#A8EB54 (or 0xA8EB54) is known color: Conifer. HEX triplet: A8, EB and 54. RGB value is (168,235,84). Sum of RGB (Red+Green+Blue) = 168+235+84=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 235 (92.19% from 255 or 48.25% from 487); Blue value is 84 (33.20% from 255 or 17.25% from 487); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EB54 is #5714AB. Grayscale: #C6C6C6. Windows color (decimal): -5706924 or 5565352. OLE color: 5565352.
HSL color Cylindrical-coordinate representation of color #A8EB54: hue angle of 86.62º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8EB54 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 235 | 84 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.08 |
| HSL | 86.62º | 0.79% | 0.63% | - |
| HSV(B) | 86.62º | 0.64% | 0.92% | - |
| XYZ | 47.46 | 68.38 | 19.09 | - |
| YUV | 197.75 | 63.8 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 235 | 84 | 0.29 | 0 | 0.64 | 0.08 | 86.62 | 0.79 | 0.63 |
| Hex | A8 | EB | 54 | 1D | 0 | 40 | 8 | 57 | 4F | 3F |
| Octal | 250 | 353 | 124 | 35 | 0 | 100 | 10 | 127 | 117 | 77 |
| Binary | 10101000 | 11101011 | 1010100 | 11101 | 0 | 1000000 | 1000 | 1010111 | 1001111 | 111111 |
Color Harmonies of #A8EB54
Complementary color
Monochromatic Colors of #A8EB54
Black with #A8EB54
Text Example
Text Example
White with #A8EB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EB54; }
p { color: rgb(168,235,84); }
H1.HeaderClassName
{
color: #A8EB54;
}
.AnyTagClassName
{
color: #A8EB54;
}
</style>
background-color css
<style>
a { background-color: #A8EB54; }
a { background-color: rgb(168,235,84); }
div.DivClassName
{
background-color: #A8EB54;
}
.BgClassName
{
background-color: #A8EB54;
}
</style>
border-color css
<style>
span { border-color: #A8EB54; }
span { border-color: rgb(168,235,84); }
td.TdClassName
{
border-color: #A8EB54;
}
.TagClassName
{
border-color: #A8EB54;
}
</style>