#A6E65D

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

Shades of Conifer #A6E65D

Tints of Conifer #A6E65D

Color information

#A6E65D (or 0xA6E65D) is unknown color: approx Conifer. HEX triplet: A6, E6 and 5D. RGB value is (166,230,93). Sum of RGB (Red+Green+Blue) = 166+230+93=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 230 (90.23% from 255 or 47.03% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 230 - color contains mainly: green. Hex color #A6E65D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6E65D is #5919A2. Grayscale: #C3C3C3. Windows color (decimal): -5839267 or 6153894. OLE color: 6153894.

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

Color convert

RGB16623093-
CMYK0.2800.600.10
HSL88.03º73.26%63.33%-
HSV(B)88.03º59.57%90.2%-
XYZ4665.4920.57-
YUV195.2570.3107.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.95%
GREEN value IS 230 (90.23% from 255) = 47.03%
BLUE value IS 93 (36.72% from 255) = 19.02%
R=33.95%
G=47.03%
B=19.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal166230930.2800.600.1088.0373.2663.33
HexA6E65D1C03CA58493f
Octal246346135340741213011177
Binary10100110111001101011101111000111100101010110001001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E65D; }

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

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

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

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

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

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

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

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