Shades of Conifer #A3E664
Tints of Conifer #A3E664
RGB
CMYK
RGB Variations
Color information
#A3E664 (or 0xA3E664) is known color: Conifer. HEX triplet: A3, E6 and 64. RGB value is (163,230,100). Sum of RGB (Red+Green+Blue) = 163+230+100=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 230 (90.23% from 255 or 46.65% from 493); Blue value is 100 (39.45% from 255 or 20.28% from 493); Max value from RGB is 230 - color contains mainly: green. Hex color #A3E664 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3E664 is #5C199B. Grayscale: #C3C3C3. Windows color (decimal): -6035868 or 6612643. OLE color: 6612643.
HSL color Cylindrical-coordinate representation of color #A3E664: hue angle of 90.92º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A3E664 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 230 | 100 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.10 |
| HSL | 90.92º | 0.72% | 0.65% | - |
| HSV(B) | 90.92º | 0.57% | 0.9% | - |
| XYZ | 45.7 | 65.3 | 22.25 | - |
| YUV | 195.15 | 74.3 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 230 | 100 | 0.29 | 0 | 0.57 | 0.10 | 90.92 | 0.72 | 0.65 |
| Hex | A3 | E6 | 64 | 1D | 0 | 39 | A | 5B | 48 | 41 |
| Octal | 243 | 346 | 144 | 35 | 0 | 71 | 12 | 133 | 110 | 101 |
| Binary | 10100011 | 11100110 | 1100100 | 11101 | 0 | 111001 | 1010 | 1011011 | 1001000 | 1000001 |
Color Harmonies of #A3E664
Complementary color
Monochromatic Colors of #A3E664
Black with #A3E664
Text Example
Text Example
White with #A3E664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E664; }
p { color: rgb(163,230,100); }
H1.HeaderClassName
{
color: #A3E664;
}
.AnyTagClassName
{
color: #A3E664;
}
</style>
background-color css
<style>
a { background-color: #A3E664; }
a { background-color: rgb(163,230,100); }
div.DivClassName
{
background-color: #A3E664;
}
.BgClassName
{
background-color: #A3E664;
}
</style>
border-color css
<style>
span { border-color: #A3E664; }
span { border-color: rgb(163,230,100); }
td.TdClassName
{
border-color: #A3E664;
}
.TagClassName
{
border-color: #A3E664;
}
</style>