Shades of Conifer #A8E64A
Tints of Conifer #A8E64A
RGB
CMYK
RGB Variations
Color information
#A8E64A (or 0xA8E64A) is known color: Conifer. HEX triplet: A8, E6 and 4A. RGB value is (168,230,74). Sum of RGB (Red+Green+Blue) = 168+230+74=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 230 (90.23% from 255 or 48.73% from 472); Blue value is 74 (29.30% from 255 or 15.68% from 472); Max value from RGB is 230 - color contains mainly: green. Hex color #A8E64A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8E64A is #5719B5. Grayscale: #C2C2C2. Windows color (decimal): -5708214 or 4908712. OLE color: 4908712.
HSL color Cylindrical-coordinate representation of color #A8E64A: hue angle of 83.85º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8E64A is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 230 | 74 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.10 |
| HSL | 83.85º | 0.76% | 0.6% | - |
| HSV(B) | 83.85º | 0.68% | 0.9% | - |
| XYZ | 45.68 | 65.41 | 16.7 | - |
| YUV | 193.68 | 60.46 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 230 | 74 | 0.27 | 0 | 0.68 | 0.10 | 83.85 | 0.76 | 0.6 |
| Hex | A8 | E6 | 4A | 1B | 0 | 44 | A | 54 | 4C | 3C |
| Octal | 250 | 346 | 112 | 33 | 0 | 104 | 12 | 124 | 114 | 74 |
| Binary | 10101000 | 11100110 | 1001010 | 11011 | 0 | 1000100 | 1010 | 1010100 | 1001100 | 111100 |
Color Harmonies of #A8E64A
Complementary color
Monochromatic Colors of #A8E64A
Black with #A8E64A
Text Example
Text Example
White with #A8E64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E64A; }
p { color: rgb(168,230,74); }
H1.HeaderClassName
{
color: #A8E64A;
}
.AnyTagClassName
{
color: #A8E64A;
}
</style>
background-color css
<style>
a { background-color: #A8E64A; }
a { background-color: rgb(168,230,74); }
div.DivClassName
{
background-color: #A8E64A;
}
.BgClassName
{
background-color: #A8E64A;
}
</style>
border-color css
<style>
span { border-color: #A8E64A; }
span { border-color: rgb(168,230,74); }
td.TdClassName
{
border-color: #A8E64A;
}
.TagClassName
{
border-color: #A8E64A;
}
</style>