Shades of Conifer #A8EB4A
Tints of Conifer #A8EB4A
RGB
CMYK
RGB Variations
Color information
#A8EB4A (or 0xA8EB4A) is known color: Conifer. HEX triplet: A8, EB and 4A. RGB value is (168,235,74). Sum of RGB (Red+Green+Blue) = 168+235+74=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 235 (92.19% from 255 or 49.27% from 477); Blue value is 74 (29.30% from 255 or 15.51% from 477); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EB4A is #5714B5. Grayscale: #C5C5C5. Windows color (decimal): -5706934 or 4909992. OLE color: 4909992.
HSL color Cylindrical-coordinate representation of color #A8EB4A: hue angle of 84.97º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8EB4A is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 235 | 74 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.08 |
| HSL | 84.97º | 0.8% | 0.61% | - |
| HSV(B) | 84.97º | 0.69% | 0.92% | - |
| XYZ | 47.09 | 68.24 | 17.17 | - |
| YUV | 196.61 | 58.8 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 235 | 74 | 0.29 | 0 | 0.69 | 0.08 | 84.97 | 0.8 | 0.61 |
| Hex | A8 | EB | 4A | 1D | 0 | 45 | 8 | 55 | 50 | 3D |
| Octal | 250 | 353 | 112 | 35 | 0 | 105 | 10 | 125 | 120 | 75 |
| Binary | 10101000 | 11101011 | 1001010 | 11101 | 0 | 1000101 | 1000 | 1010101 | 1010000 | 111101 |
Color Harmonies of #A8EB4A
Complementary color
Monochromatic Colors of #A8EB4A
Black with #A8EB4A
Text Example
Text Example
White with #A8EB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EB4A; }
p { color: rgb(168,235,74); }
H1.HeaderClassName
{
color: #A8EB4A;
}
.AnyTagClassName
{
color: #A8EB4A;
}
</style>
background-color css
<style>
a { background-color: #A8EB4A; }
a { background-color: rgb(168,235,74); }
div.DivClassName
{
background-color: #A8EB4A;
}
.BgClassName
{
background-color: #A8EB4A;
}
</style>
border-color css
<style>
span { border-color: #A8EB4A; }
span { border-color: rgb(168,235,74); }
td.TdClassName
{
border-color: #A8EB4A;
}
.TagClassName
{
border-color: #A8EB4A;
}
</style>