Shades of Conifer #A8E365
Tints of Conifer #A8E365
RGB
CMYK
RGB Variations
Color information
#A8E365 (or 0xA8E365) is known color: Conifer. HEX triplet: A8, E3 and 65. RGB value is (168,227,101). Sum of RGB (Red+Green+Blue) = 168+227+101=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 227 (89.06% from 255 or 45.77% from 496); Blue value is 101 (39.84% from 255 or 20.36% from 496); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E365 is #571C9A. Grayscale: #C3C3C3. Windows color (decimal): -5708955 or 6677416. OLE color: 6677416.
HSL color Cylindrical-coordinate representation of color #A8E365: hue angle of 88.1º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8E365 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 227 | 101 | - |
| CMYK | 0.26 | 0 | 0.56 | 0.11 |
| HSL | 88.1º | 0.69% | 0.64% | - |
| HSV(B) | 88.1º | 0.56% | 0.89% | - |
| XYZ | 45.97 | 64.2 | 22.28 | - |
| YUV | 195 | 74.95 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 227 | 101 | 0.26 | 0 | 0.56 | 0.11 | 88.1 | 0.69 | 0.64 |
| Hex | A8 | E3 | 65 | 1A | 0 | 38 | B | 58 | 45 | 40 |
| Octal | 250 | 343 | 145 | 32 | 0 | 70 | 13 | 130 | 105 | 100 |
| Binary | 10101000 | 11100011 | 1100101 | 11010 | 0 | 111000 | 1011 | 1011000 | 1000101 | 1000000 |
Color Harmonies of #A8E365
Complementary color
Monochromatic Colors of #A8E365
Black with #A8E365
Text Example
Text Example
White with #A8E365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E365; }
p { color: rgb(168,227,101); }
H1.HeaderClassName
{
color: #A8E365;
}
.AnyTagClassName
{
color: #A8E365;
}
</style>
background-color css
<style>
a { background-color: #A8E365; }
a { background-color: rgb(168,227,101); }
div.DivClassName
{
background-color: #A8E365;
}
.BgClassName
{
background-color: #A8E365;
}
</style>
border-color css
<style>
span { border-color: #A8E365; }
span { border-color: rgb(168,227,101); }
td.TdClassName
{
border-color: #A8E365;
}
.TagClassName
{
border-color: #A8E365;
}
</style>