#A7E146

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

Shades of Conifer #A7E146

Tints of Conifer #A7E146

Color information

#A7E146 (or 0xA7E146) is unknown color: approx Conifer. HEX triplet: A7, E1 and 46. RGB value is (167,225,70). Sum of RGB (Red+Green+Blue) = 167+225+70=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 225 (88.28% from 255 or 48.70% from 462); Blue value is 70 (27.73% from 255 or 15.15% from 462); Max value from RGB is 225 - color contains mainly: green. Hex color #A7E146 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7E146 is #581EB9. Grayscale: #BEBEBE. Windows color (decimal): -5775034 or 4645287. OLE color: 4645287.

HSL color Cylindrical-coordinate representation of color #A7E146: hue angle of 82.45º 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 #A7E146 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB16722570-
CMYK0.2600.690.12
HSL82.45º72.09%57.84%-
HSV(B)82.45º68.89%88.24%-
XYZ43.9762.5115.54-
YUV189.9960.28111.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.15%
GREEN value IS 225 (88.28% from 255) = 48.70%
BLUE value IS 70 (27.73% from 255) = 15.15%
R=36.15%
G=48.70%
B=15.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal167225700.2600.690.1282.4572.0957.84
HexA7E1461A045C52483a
Octal2473411063201051412211072
Binary101001111110000110001101101001000101110010100101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E146; }

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

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

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

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

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

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

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

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