Shades of Conifer #A8EB41
Tints of Conifer #A8EB41
RGB
CMYK
RGB Variations
Color information
#A8EB41 (or 0xA8EB41) is known color: Conifer. HEX triplet: A8, EB and 41. RGB value is (168,235,65). Sum of RGB (Red+Green+Blue) = 168+235+65=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 235 (92.19% from 255 or 50.21% from 468); Blue value is 65 (25.78% from 255 or 13.89% from 468); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EB41 is #5714BE. Grayscale: #C4C4C4. Windows color (decimal): -5706943 or 4320168. OLE color: 4320168.
HSL color Cylindrical-coordinate representation of color #A8EB41: hue angle of 83.65º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8EB41 is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 235 | 65 | - |
| CMYK | 0.29 | 0 | 0.72 | 0.08 |
| HSL | 83.65º | 0.81% | 0.59% | - |
| HSV(B) | 83.65º | 0.72% | 0.92% | - |
| XYZ | 46.81 | 68.12 | 15.68 | - |
| YUV | 195.59 | 54.3 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 235 | 65 | 0.29 | 0 | 0.72 | 0.08 | 83.65 | 0.81 | 0.59 |
| Hex | A8 | EB | 41 | 1D | 0 | 48 | 8 | 54 | 51 | 3B |
| Octal | 250 | 353 | 101 | 35 | 0 | 110 | 10 | 124 | 121 | 73 |
| Binary | 10101000 | 11101011 | 1000001 | 11101 | 0 | 1001000 | 1000 | 1010100 | 1010001 | 111011 |
Color Harmonies of #A8EB41
Complementary color
Monochromatic Colors of #A8EB41
Black with #A8EB41
Text Example
Text Example
White with #A8EB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EB41; }
p { color: rgb(168,235,65); }
H1.HeaderClassName
{
color: #A8EB41;
}
.AnyTagClassName
{
color: #A8EB41;
}
</style>
background-color css
<style>
a { background-color: #A8EB41; }
a { background-color: rgb(168,235,65); }
div.DivClassName
{
background-color: #A8EB41;
}
.BgClassName
{
background-color: #A8EB41;
}
</style>
border-color css
<style>
span { border-color: #A8EB41; }
span { border-color: rgb(168,235,65); }
td.TdClassName
{
border-color: #A8EB41;
}
.TagClassName
{
border-color: #A8EB41;
}
</style>