Shades of Conifer #A3E064
Tints of Conifer #A3E064
RGB
CMYK
RGB Variations
Color information
#A3E064 (or 0xA3E064) is known color: Conifer. HEX triplet: A3, E0 and 64. RGB value is (163,224,100). Sum of RGB (Red+Green+Blue) = 163+224+100=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 224 (87.89% from 255 or 46.00% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 224 - color contains mainly: green. Hex color #A3E064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E064 is #5C1F9B. Grayscale: #C0C0C0. Windows color (decimal): -6037404 or 6611107. OLE color: 6611107.
HSL color Cylindrical-coordinate representation of color #A3E064: hue angle of 89.52º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A3E064 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 224 | 100 | - |
| CMYK | 0.27 | 0 | 0.55 | 0.12 |
| HSL | 89.52º | 0.67% | 0.64% | - |
| HSV(B) | 89.52º | 0.55% | 0.88% | - |
| XYZ | 44.06 | 62.02 | 21.71 | - |
| YUV | 191.63 | 76.29 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 224 | 100 | 0.27 | 0 | 0.55 | 0.12 | 89.52 | 0.67 | 0.64 |
| Hex | A3 | E0 | 64 | 1B | 0 | 37 | C | 5A | 43 | 40 |
| Octal | 243 | 340 | 144 | 33 | 0 | 67 | 14 | 132 | 103 | 100 |
| Binary | 10100011 | 11100000 | 1100100 | 11011 | 0 | 110111 | 1100 | 1011010 | 1000011 | 1000000 |
Color Harmonies of #A3E064
Complementary color
Monochromatic Colors of #A3E064
Black with #A3E064
Text Example
Text Example
White with #A3E064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E064; }
p { color: rgb(163,224,100); }
H1.HeaderClassName
{
color: #A3E064;
}
.AnyTagClassName
{
color: #A3E064;
}
</style>
background-color css
<style>
a { background-color: #A3E064; }
a { background-color: rgb(163,224,100); }
div.DivClassName
{
background-color: #A3E064;
}
.BgClassName
{
background-color: #A3E064;
}
</style>
border-color css
<style>
span { border-color: #A3E064; }
span { border-color: rgb(163,224,100); }
td.TdClassName
{
border-color: #A3E064;
}
.TagClassName
{
border-color: #A3E064;
}
</style>