Shades of Conifer #A8E644
Tints of Conifer #A8E644
RGB
CMYK
RGB Variations
Color information
#A8E644 (or 0xA8E644) is known color: Conifer. HEX triplet: A8, E6 and 44. RGB value is (168,230,68). Sum of RGB (Red+Green+Blue) = 168+230+68=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 230 (90.23% from 255 or 49.36% from 466); Blue value is 68 (26.95% from 255 or 14.59% from 466); Max value from RGB is 230 - color contains mainly: green. Hex color #A8E644 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8E644 is #5719BB. Grayscale: #C1C1C1. Windows color (decimal): -5708220 or 4515496. OLE color: 4515496.
HSL color Cylindrical-coordinate representation of color #A8E644: hue angle of 82.96º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8E644 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 230 | 68 | - |
| CMYK | 0.27 | 0 | 0.70 | 0.10 |
| HSL | 82.96º | 0.76% | 0.58% | - |
| HSV(B) | 82.96º | 0.7% | 0.9% | - |
| XYZ | 45.49 | 65.34 | 15.68 | - |
| YUV | 192.99 | 57.46 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 230 | 68 | 0.27 | 0 | 0.70 | 0.10 | 82.96 | 0.76 | 0.58 |
| Hex | A8 | E6 | 44 | 1B | 0 | 46 | A | 53 | 4C | 3A |
| Octal | 250 | 346 | 104 | 33 | 0 | 106 | 12 | 123 | 114 | 72 |
| Binary | 10101000 | 11100110 | 1000100 | 11011 | 0 | 1000110 | 1010 | 1010011 | 1001100 | 111010 |
Color Harmonies of #A8E644
Complementary color
Monochromatic Colors of #A8E644
Black with #A8E644
Text Example
Text Example
White with #A8E644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E644; }
p { color: rgb(168,230,68); }
H1.HeaderClassName
{
color: #A8E644;
}
.AnyTagClassName
{
color: #A8E644;
}
</style>
background-color css
<style>
a { background-color: #A8E644; }
a { background-color: rgb(168,230,68); }
div.DivClassName
{
background-color: #A8E644;
}
.BgClassName
{
background-color: #A8E644;
}
</style>
border-color css
<style>
span { border-color: #A8E644; }
span { border-color: rgb(168,230,68); }
td.TdClassName
{
border-color: #A8E644;
}
.TagClassName
{
border-color: #A8E644;
}
</style>