#A3E146

Color #A3E146 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #A3E146

Tints of Conifer #A3E146

Color information

#A3E146 (or 0xA3E146) is unknown color: approx Conifer. HEX triplet: A3, E1 and 46. RGB value is (163,225,70). Sum of RGB (Red+Green+Blue) = 163+225+70=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 225 (88.28% from 255 or 49.13% from 458); Blue value is 70 (27.73% from 255 or 15.28% from 458); Max value from RGB is 225 - color contains mainly: green. Hex color #A3E146 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3E146 is #5C1EB9. Grayscale: #BDBDBD. Windows color (decimal): -6037178 or 4645283. OLE color: 4645283.

HSL color Cylindrical-coordinate representation of color #A3E146: hue angle of 84º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A3E146 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB16322570-
CMYK0.2800.690.12
HSL84º72.09%57.84%-
HSV(B)84º68.89%88.24%-
XYZ43.1362.0815.5-
YUV188.7960.96109.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 35.59%
GREEN value IS 225 (88.28% from 255) = 49.13%
BLUE value IS 70 (27.73% from 255) = 15.28%
R=35.59%
G=49.13%
B=15.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal163225700.2800.690.128472.0957.84
HexA3E1461C045C54483a
Octal2433411063401051412411072
Binary101000111110000110001101110001000101110010101001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E146; }

 p { color: rgb(163,225,70); }

 H1.HeaderClassName
 {
   color: #A3E146;
 }
 .AnyTagClassName
 {
   color: #A3E146;
 }
</style>
background-color css

<style>
 a { background-color: #A3E146; }

 a { background-color: rgb(163,225,70); }

 div.DivClassName
 {
   background-color: #A3E146;
 }
 .BgClassName
 {
   background-color: #A3E146;
 }
</style>
border-color css

<style>
 span { border-color: #A3E146; }

 span { border-color: rgb(163,225,70); }

 td.TdClassName
 {
   border-color: #A3E146;
 }
 .TagClassName
 {
   border-color: #A3E146;
 }
</style>