#A6E661

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

Shades of Conifer #A6E661

Tints of Conifer #A6E661

Color information

#A6E661 (or 0xA6E661) is unknown color: approx Conifer. HEX triplet: A6, E6 and 61. RGB value is (166,230,97). Sum of RGB (Red+Green+Blue) = 166+230+97=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 230 (90.23% from 255 or 46.65% from 493); Blue value is 97 (38.28% from 255 or 19.68% from 493); Max value from RGB is 230 - color contains mainly: green. Hex color #A6E661 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6E661 is #59199E. Grayscale: #C4C4C4. Windows color (decimal): -5839263 or 6416038. OLE color: 6416038.

HSL color Cylindrical-coordinate representation of color #A6E661: hue angle of 88.87º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6E661 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB16623097-
CMYK0.2800.580.10
HSL88.87º72.68%64.12%-
HSV(B)88.87º57.83%90.2%-
XYZ46.1865.5621.53-
YUV195.772.3106.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.67%
GREEN value IS 230 (90.23% from 255) = 46.65%
BLUE value IS 97 (38.28% from 255) = 19.68%
R=33.67%
G=46.65%
B=19.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal166230970.2800.580.1088.8772.6864.12
HexA6E6611C03AA594940
Octal2463461413407212131111100
Binary101001101110011011000011110001110101010101100110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E661; }

 p { color: rgb(166,230,97); }

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

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

 a { background-color: rgb(166,230,97); }

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

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

 span { border-color: rgb(166,230,97); }

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