Shades of Conifer #A8E541
Tints of Conifer #A8E541
RGB
CMYK
RGB Variations
Color information
#A8E541 (or 0xA8E541) is known color: Conifer. HEX triplet: A8, E5 and 41. RGB value is (168,229,65). Sum of RGB (Red+Green+Blue) = 168+229+65=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 229 (89.84% from 255 or 49.57% from 462); Blue value is 65 (25.78% from 255 or 14.07% from 462); Max value from RGB is 229 - color contains mainly: green. Hex color #A8E541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E541 is #571ABE. Grayscale: #C0C0C0. Windows color (decimal): -5708479 or 4318632. OLE color: 4318632.
HSL color Cylindrical-coordinate representation of color #A8E541: hue angle of 82.32º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8E541 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 229 | 65 | - |
| CMYK | 0.27 | 0 | 0.72 | 0.10 |
| HSL | 82.32º | 0.76% | 0.58% | - |
| HSV(B) | 82.32º | 0.72% | 0.9% | - |
| XYZ | 45.12 | 64.75 | 15.12 | - |
| YUV | 192.07 | 56.29 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 229 | 65 | 0.27 | 0 | 0.72 | 0.10 | 82.32 | 0.76 | 0.58 |
| Hex | A8 | E5 | 41 | 1B | 0 | 48 | A | 52 | 4C | 3A |
| Octal | 250 | 345 | 101 | 33 | 0 | 110 | 12 | 122 | 114 | 72 |
| Binary | 10101000 | 11100101 | 1000001 | 11011 | 0 | 1001000 | 1010 | 1010010 | 1001100 | 111010 |
Color Harmonies of #A8E541
Complementary color
Monochromatic Colors of #A8E541
Black with #A8E541
Text Example
Text Example
White with #A8E541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E541; }
p { color: rgb(168,229,65); }
H1.HeaderClassName
{
color: #A8E541;
}
.AnyTagClassName
{
color: #A8E541;
}
</style>
background-color css
<style>
a { background-color: #A8E541; }
a { background-color: rgb(168,229,65); }
div.DivClassName
{
background-color: #A8E541;
}
.BgClassName
{
background-color: #A8E541;
}
</style>
border-color css
<style>
span { border-color: #A8E541; }
span { border-color: rgb(168,229,65); }
td.TdClassName
{
border-color: #A8E541;
}
.TagClassName
{
border-color: #A8E541;
}
</style>