Shades of Conifer #A8EB5C
Tints of Conifer #A8EB5C
RGB
CMYK
RGB Variations
Color information
#A8EB5C (or 0xA8EB5C) is known color: Conifer. HEX triplet: A8, EB and 5C. RGB value is (168,235,92). Sum of RGB (Red+Green+Blue) = 168+235+92=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 235 (92.19% from 255 or 47.47% from 495); Blue value is 92 (36.33% from 255 or 18.59% from 495); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EB5C is #5714A3. Grayscale: #C7C7C7. Windows color (decimal): -5706916 or 6089640. OLE color: 6089640.
HSL color Cylindrical-coordinate representation of color #A8EB5C: hue angle of 88.11º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8EB5C is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 235 | 92 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.08 |
| HSL | 88.11º | 0.78% | 0.64% | - |
| HSV(B) | 88.11º | 0.61% | 0.92% | - |
| XYZ | 47.79 | 68.51 | 20.83 | - |
| YUV | 198.67 | 67.8 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 235 | 92 | 0.29 | 0 | 0.61 | 0.08 | 88.11 | 0.78 | 0.64 |
| Hex | A8 | EB | 5C | 1D | 0 | 3D | 8 | 58 | 4E | 40 |
| Octal | 250 | 353 | 134 | 35 | 0 | 75 | 10 | 130 | 116 | 100 |
| Binary | 10101000 | 11101011 | 1011100 | 11101 | 0 | 111101 | 1000 | 1011000 | 1001110 | 1000000 |
Color Harmonies of #A8EB5C
Complementary color
Monochromatic Colors of #A8EB5C
Black with #A8EB5C
Text Example
Text Example
White with #A8EB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EB5C; }
p { color: rgb(168,235,92); }
H1.HeaderClassName
{
color: #A8EB5C;
}
.AnyTagClassName
{
color: #A8EB5C;
}
</style>
background-color css
<style>
a { background-color: #A8EB5C; }
a { background-color: rgb(168,235,92); }
div.DivClassName
{
background-color: #A8EB5C;
}
.BgClassName
{
background-color: #A8EB5C;
}
</style>
border-color css
<style>
span { border-color: #A8EB5C; }
span { border-color: rgb(168,235,92); }
td.TdClassName
{
border-color: #A8EB5C;
}
.TagClassName
{
border-color: #A8EB5C;
}
</style>