#a6e94d

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

Shades of Conifer #A6E94D

Tints of Conifer #A6E94D

Color information

#A6E94D (or 0xA6E94D) is unknown color: approx Conifer. HEX triplet: A6, E9 and 4D. RGB value is (166,233,77). Sum of RGB (Red+Green+Blue) = 166+233+77=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 233 (91.41% from 255 or 48.95% from 476); Blue value is 77 (30.47% from 255 or 16.18% from 476); Max value from RGB is 233 - color contains mainly: green. Hex color #A6E94D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6E94D is #5916B2. Grayscale: #C3C3C3. Windows color (decimal): -5838515 or 5106086. OLE color: 5106086.

HSL color Cylindrical-coordinate representation of color #A6E94D: hue angle of 85.77º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A6E94D is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB16623377-
CMYK0.2900.670.09
HSL85.77º78%60.78%-
HSV(B)85.77º66.95%91.37%-
XYZ46.266.9217.5-
YUV195.1861.3107.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.87%
GREEN value IS 233 (91.41% from 255) = 48.95%
BLUE value IS 77 (30.47% from 255) = 16.18%
R=34.87%
G=48.95%
B=16.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal166233770.2900.670.0985.777860.78
HexA6E94D1D0439564e3d
Octal2463511153501031112611675
Binary101001101110100110011011110101000011100110101101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6e94d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6e94d; }

 p { color: rgb(166,233,77); }

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

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

 a { background-color: rgb(166,233,77); }

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

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

 span { border-color: rgb(166,233,77); }

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