Shades of Conifer #A3E65F
Tints of Conifer #A3E65F
RGB
CMYK
RGB Variations
Color information
#A3E65F (or 0xA3E65F) is known color: Conifer. HEX triplet: A3, E6 and 5F. RGB value is (163,230,95). Sum of RGB (Red+Green+Blue) = 163+230+95=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 230 (90.23% from 255 or 47.13% from 488); Blue value is 95 (37.5% from 255 or 19.47% from 488); Max value from RGB is 230 - color contains mainly: green. Hex color #A3E65F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3E65F is #5C19A0. Grayscale: #C3C3C3. Windows color (decimal): -6035873 or 6284963. OLE color: 6284963.
HSL color Cylindrical-coordinate representation of color #A3E65F: hue angle of 89.78º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A3E65F is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 230 | 95 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.10 |
| HSL | 89.78º | 0.73% | 0.64% | - |
| HSV(B) | 89.78º | 0.59% | 0.9% | - |
| XYZ | 45.47 | 65.21 | 21.02 | - |
| YUV | 194.58 | 71.8 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 230 | 95 | 0.29 | 0 | 0.59 | 0.10 | 89.78 | 0.73 | 0.64 |
| Hex | A3 | E6 | 5F | 1D | 0 | 3B | A | 5A | 49 | 40 |
| Octal | 243 | 346 | 137 | 35 | 0 | 73 | 12 | 132 | 111 | 100 |
| Binary | 10100011 | 11100110 | 1011111 | 11101 | 0 | 111011 | 1010 | 1011010 | 1001001 | 1000000 |
Color Harmonies of #A3E65F
Complementary color
Monochromatic Colors of #A3E65F
Black with #A3E65F
Text Example
Text Example
White with #A3E65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E65F; }
p { color: rgb(163,230,95); }
H1.HeaderClassName
{
color: #A3E65F;
}
.AnyTagClassName
{
color: #A3E65F;
}
</style>
background-color css
<style>
a { background-color: #A3E65F; }
a { background-color: rgb(163,230,95); }
div.DivClassName
{
background-color: #A3E65F;
}
.BgClassName
{
background-color: #A3E65F;
}
</style>
border-color css
<style>
span { border-color: #A3E65F; }
span { border-color: rgb(163,230,95); }
td.TdClassName
{
border-color: #A3E65F;
}
.TagClassName
{
border-color: #A3E65F;
}
</style>