Shades of Conifer #A8E367
Tints of Conifer #A8E367
RGB
CMYK
RGB Variations
Color information
#A8E367 (or 0xA8E367) is known color: Conifer. HEX triplet: A8, E3 and 67. RGB value is (168,227,103). Sum of RGB (Red+Green+Blue) = 168+227+103=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 227 (89.06% from 255 or 45.58% from 498); Blue value is 103 (40.62% from 255 or 20.68% from 498); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E367 is #571C98. Grayscale: #C3C3C3. Windows color (decimal): -5708953 or 6808488. OLE color: 6808488.
HSL color Cylindrical-coordinate representation of color #A8E367: hue angle of 88.55º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8E367 is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 227 | 103 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.11 |
| HSL | 88.55º | 0.69% | 0.65% | - |
| HSV(B) | 88.55º | 0.55% | 0.89% | - |
| XYZ | 46.07 | 64.24 | 22.8 | - |
| YUV | 195.22 | 75.95 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 227 | 103 | 0.26 | 0 | 0.55 | 0.11 | 88.55 | 0.69 | 0.65 |
| Hex | A8 | E3 | 67 | 1A | 0 | 37 | B | 59 | 45 | 41 |
| Octal | 250 | 343 | 147 | 32 | 0 | 67 | 13 | 131 | 105 | 101 |
| Binary | 10101000 | 11100011 | 1100111 | 11010 | 0 | 110111 | 1011 | 1011001 | 1000101 | 1000001 |
Color Harmonies of #A8E367
Complementary color
Monochromatic Colors of #A8E367
Black with #A8E367
Text Example
Text Example
White with #A8E367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E367; }
p { color: rgb(168,227,103); }
H1.HeaderClassName
{
color: #A8E367;
}
.AnyTagClassName
{
color: #A8E367;
}
</style>
background-color css
<style>
a { background-color: #A8E367; }
a { background-color: rgb(168,227,103); }
div.DivClassName
{
background-color: #A8E367;
}
.BgClassName
{
background-color: #A8E367;
}
</style>
border-color css
<style>
span { border-color: #A8E367; }
span { border-color: rgb(168,227,103); }
td.TdClassName
{
border-color: #A8E367;
}
.TagClassName
{
border-color: #A8E367;
}
</style>