#A8E146

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

Shades of Conifer #A8E146

Tints of Conifer #A8E146

Color information

#A8E146 (or 0xA8E146) is unknown color: approx Conifer. HEX triplet: A8, E1 and 46. RGB value is (168,225,70). Sum of RGB (Red+Green+Blue) = 168+225+70=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 225 (88.28% from 255 or 48.60% from 463); Blue value is 70 (27.73% from 255 or 15.12% from 463); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E146 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E146 is #571EB9. Grayscale: #BEBEBE. Windows color (decimal): -5709498 or 4645288. OLE color: 4645288.

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

Color convert

RGB16822570-
CMYK0.2500.690.12
HSL82.06º72.09%57.84%-
HSV(B)82.06º68.89%88.24%-
XYZ44.1862.6215.55-
YUV190.2960.12112.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.29%
GREEN value IS 225 (88.28% from 255) = 48.60%
BLUE value IS 70 (27.73% from 255) = 15.12%
R=36.29%
G=48.60%
B=15.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal168225700.2500.690.1282.0672.0957.84
HexA8E14619045C52483a
Octal2503411063101051412211072
Binary101010001110000110001101100101000101110010100101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E146; }

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

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

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

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

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

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

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

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