#A6DE5E

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

Shades of Conifer #A6DE5E

Tints of Conifer #A6DE5E

Color information

#A6DE5E (or 0xA6DE5E) is unknown color: approx Conifer. HEX triplet: A6, DE and 5E. RGB value is (166,222,94). Sum of RGB (Red+Green+Blue) = 166+222+94=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 94 (37.11% from 255 or 19.50% from 482); Max value from RGB is 222 - color contains mainly: green. Hex color #A6DE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DE5E is #5921A1. Grayscale: #BFBFBF. Windows color (decimal): -5841314 or 6217382. OLE color: 6217382.

HSL color Cylindrical-coordinate representation of color #A6DE5E: hue angle of 86.25º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6DE5E is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB16622294-
CMYK0.2500.580.13
HSL86.25º65.98%61.96%-
HSV(B)86.25º57.66%87.06%-
XYZ43.8761.1620.08-
YUV190.6673.45110.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.44%
GREEN value IS 222 (87.11% from 255) = 46.06%
BLUE value IS 94 (37.11% from 255) = 19.50%
R=34.44%
G=46.06%
B=19.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal166222940.2500.580.1386.2565.9861.96
HexA6DE5E1903AD56423e
Octal246336136310721512610276
Binary10100110110111101011110110010111010110110101101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DE5E; }

 p { color: rgb(166,222,94); }

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

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

 a { background-color: rgb(166,222,94); }

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

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

 span { border-color: rgb(166,222,94); }

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